Hello,
I want to adjust the sidebar spacing to close the gap between the ad and social icons. I guess this can be done via CSS but could you tell me what I need to insert?
I should mention that I’d like this done for all sidebars.
Here’s a screenshot of what I mean: http://goo.gl/Ict4BY
And here’s a screenshot of the CSS I already have: http://goo.gl/UlXugF
Thanks in advance!
-
This topic was modified 11 years by
Daniel Finch.
Hi,
Please add this css:
.td-a-rec-id-sidebar {
margin-bottom: 0px;
}
Should work like this: http://screencast.com/t/EhBooaJPaWn
Hope this works!
Thanks
Doesn’t seem to be working… I have even tired the !important; tag.
Just to confirm I want the close the cap seen here: http://take.ms/IUX8Y
In addition to the issue above; I’m also looking to close the gap shown here: http://take.ms/Xzp3s I believe it’s for style 5?
Hi,
Please use this for the sidebar ad, also add !important to margin-bottom if it isn’t working:
.td-g-rec-id-sidebar .adsbygoogle {
top: 0px;
margin-bottom: 0px;
}
Use this for the gap from post style 5, also add !important if is not working for you:
.single_template_5 .row-fluid:first-child {
padding-bottom: 0px;
}
Thanks
It’s not working… is there something wrong here: http://take.ms/x1yMc
I can give you access to my site if you like?
Hi,
Yes, please send an e-mail at contact@tagdiv.com with your wp-admin user and pass and also send a link to this topic.
Thanks
