• Hi there! I am a day-old with WordPress and am trying to learn through all the forums, etc but…

    http://www.surrendertothemob.com/

    I have managed to reduce the white space between the navigation bar and main image by #content { margin: 0 auto; padding: 0;}, however there is still a bit of space left that is in the body that I can’t figure out how to get rid of.

    While I have specified margins on the text in the picture, there is no movement. I thought it would be the code above I used however when I deleted that, there still wasn’t any change.

    Lastly, how can I reduce the height of the navigation bar?

    Thank you 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi vrillo90,

    Welcome to the WordPress community! I used an add-on for Firefox called Firebug to inspect the elements on your site. It looks like this is what is pushing the main image down adn causing the gap between it and the navigation bar:

    #page-title {
        margin-bottom: 50px;
    }

    For the navigation bar, there is an inliine style controlling the height. Because your theme is a paid theme, there’s no way for me to know if there’s a setting in your theme that controls that, or if you will have to overrride it with some custom CSS. We are unable to support paid themes in this forum, and it’s best to contact your theme developer for support:

    http://themeforest.net/item/backer-the-modern-wordpress-crowdfunding-theme/8816939/support

    Good luck with the customizations!

    Thread Starter vrillo90

    (@vrillo90)

    Thanks so much, I was able to sort the first problem very quickly!

    Do you have any idea about the 2nd issue, the text in the image not moving to the margins specified? I can actually move it left and right, but when trying to adjust top and bottom it doesn’t budge!

    Hi vrillo90,

    Because your theme is a paid theme, there’s no way for me to know if there’s a setting in your theme that controls that, or if you will have to overrride it with some custom CSS. We are unable to support paid themes in this forum, and it’s best to contact your theme developer for support:

    http://themeforest.net/item/backer-the-modern-wordpress-crowdfunding-theme/8816939/support

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Backer] White Space on Body, Header Margin & Navigation Bar’ is closed to new replies.