标签: javascript css adsense
我想将两个adsense广告并排放在一起。问题是谷歌似乎增加了左边距,没有办法摆脱它。我环顾四周,其他人也有同样的问题,但没有提出好的解决方案。
有没有人知道麦克风离开边缘的好方法?我已尝试将其移动到位置:相对于div内部,但它不能跨系统运行。
答案 0 :(得分:0)
我不确定adsense广告是如何运作的,但是你可以使用!important在你的css中过度使用他们的样式吗?
!important
E.g margin-left:100px !important;
margin-left:100px !important;