awnold 0 Report post Posted March 2, 2011 newbie to css I am trying to remove the header area on top of my text widget on the right hand side. This header area, although it contains no text at the moment, is still pushing the widget down too much and I would like to get it to get it close to lining up with the video. http://newportbeachuc.com/wp/test/ I referenced this post, and unfortunately im too much of a newbie to make it work. http://www.pagelines.com/forum/topic.php?id=6658 i am entering the following line into base.css #text-3 .widget-title, text-3 #sidebar1 h3{display:none} im simply referencing the other post and hacking away, with no luck, can someone explain quickly how to remove the header area on widgets, because I am sure this is not the last time I will need it.. Thanks, love the theme! Matt Share this post Link to post Share on other sites
makeylon 0 Report post Posted March 2, 2011 Add the following to Custom CSS in your settings: .scolumn-pad { padding: 0.5em 0.7em; } Then, change the 0.5 to get the exact spacing that you want. Share this post Link to post Share on other sites
awnold 0 Report post Posted March 2, 2011 simple and effective. I wanted to remove the little grey bar, but im gonna try and tackle this one myself, thank you! Share this post Link to post Share on other sites
awnold 0 Report post Posted March 2, 2011 This worked for me as well to knock the header off. #text-3 .widget-title, #text-3 #widget_text h3{display:none} thanks!! Share this post Link to post Share on other sites