dagroove 0 Report post Posted February 25, 2012 Hello, My site is http://www.loptionbinaire.com/ The header is a Universal Sidebar with 2 text widgets. I would like to cancel the bottom padding of these text widgets or lower it because there is a huge gap under the scrolling strip and under the branding. What CSS should I add? Thank you so much! Share this post Link to post Share on other sites
tsalstrand 8 Report post Posted February 25, 2012 Try this: [code]#sidebar_universal .content-pad { padding-bottom: 2px; }[/code] Add it to Pagelines>Settings>Custom CSS Share this post Link to post Share on other sites
dagroove 0 Report post Posted February 26, 2012 Nope didn't work but thanks! Apparently according to firebug, the space between the title and the nav bar belongs to TEXTWIDGET. But I have no idea what to write in the CSS... Share this post Link to post Share on other sites
catrina 103 Report post Posted February 26, 2012 I think the TEXTWIDGET bit you see in Firebug is for the entire text widget within the universal sidebar (including widget title and widget content). Try this instead: [code]ul#list_sidebar_universal div.textwidget {padding-bottom: 2px;}[/code] Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites