Sidebar Spacing

Posted in: Newspaper
Post count: 249

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!

Post count: 6600

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

Post count: 249

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

Post count: 249

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?

Post count: 6600

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

Post count: 249

It’s not working… is there something wrong here: http://take.ms/x1yMc

I can give you access to my site if you like?

Post count: 6600

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

Post count: 249

Just sent details.

Post count: 3343

Reply via email

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.