zach110 0 Report post Posted March 11, 2011 Hi, I am having problems removing the space in my feature bar. As you can see, there is a space of probably around 25 pixels on top of my image. When I try to decrease or increase the height, the bottom of the frame moves up and down, not the top. So, how do I make my image flush with the navigation bar? Thanks, Zach http://creditrepairnow.net/ Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 11, 2011 `body #feature_slider .fmedia .dcol-pad{padding:0}` Add to Custom Code > Custom CSS. Learn how I did it: http://www.pagelines.com/docs/changing-colors-fonts Thanks, Bryan Share this post Link to post Share on other sites
zach110 0 Report post Posted March 11, 2011 Thanks for that great css code and resource Bryan! I entered the css code. It reduced the space by half, but there is still a space... I did try finding / changing the CSS with firebug, but was unsuccessful. Any ideas? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 11, 2011 Try adding this in addition: `#feature_slider{margin-top:-14px}` Is that what you were looking for? Thanks, Bryan Share this post Link to post Share on other sites
zach110 0 Report post Posted March 11, 2011 Wow! That was quick. Thanks Bryan!!! Share this post Link to post Share on other sites