Hi,
I have inspected your website and the sidebar ads. I cannot see the huge gapes that you mention, neither on the homepage, posts or categories
– https://www.screencast.com/t/Myti3CRm
– https://www.screencast.com/t/yI7DWE9qOBn
The one that seems not aligned I believe is actually how all of them should be aligned. But you can use this code to position it like the others
– https://www.screencast.com/t/DUxuTD0Cbv
The code must be entered in Theme panel->Custom Css
.td-g-rec-id-custom_ad_3 {
margin-left: 0;
}
Thanks
See the red line’s : http://i68.tinypic.com/mcu6hy.jpg
Big space and little space between the ads
Hi,
The first ad from the top has a bottom margin like this
– https://www.screencast.com/t/2UJ7F97y6I
The second one has the same margin
– https://www.screencast.com/t/aQHb3EPjs
For the third one you can set this margin as well
– https://www.screencast.com/t/GxFoLr1CQ
The fourth ad has the same margin
– https://www.screencast.com/t/ixqbcqs5ed
The second from the bottom has a different margin value, but you can include it in the code and will be the same
– https://www.screencast.com/t/mmKNFIeJ
Now all the ads should have the same margin bottom, try the code and see if it is like you wanted
.td-a-rec-id-sidebar,
.td-g-rec-id-custom_ad_3 .adsbygoogle {
margin-bottom: 38px;
}
Thanks
Hi,
Please try this code to make the margin bottom property of 10px for the ads (you can remove the previous code) – https://www.screencast.com/t/3OFMiiU0lrl
.ajdg_grpwidgets,
.td-a-rec-id-sidebar,
.td-g-rec-id-custom_ad_3 .adsbygoogle {
margin-bottom: 10px!important;
}
Thanks