Jump to content
Sign in to follow this  
angeliti

How can I remove the Full Width Sidebar bottom margin?

Recommended Posts

angeliti

Hello! I'm trying to ad an AdSense link unit to my homepage, right below the PageLines Features. To do that, I added a Full Width Sidebar under the PageLines Features in the Template Setup Page, and then added a text widget with the Google code to the sidebar. This approach worked, but I would like to remove the bottom margin of the Full Width sidebar. Please, see this image: questiong.png I've tried a combination of firebug and CSS custom code, but haven't been able to make it work. The text widget is inside #list_fullwidth_sidebar, which has some kind of bottom-margin that I'm not able to remove. Any ideas? Webpage is www.requisitospolicianacional.com Thanks! Angel.-

Share this post


Link to post
Share on other sites
Danny
Hi Angel, Try adding this to Platform Settings --> Custom Code --> CSS Rules; [code]#fullwidth_sidebar .widget { margin-bottom: -1.5em !important; }[/code] Adjust the margin-bottom's figure to your preference.

Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×