• Resolved Rpitts

    (@rpitts)


    I am trying to reduce the white space that is between the content and sidebar area so the content matches with the start of my navigation bar and also would like to remove the spacing from the nav to the content so the picture starts right at the bottom of the navigation bar. I’m editing everything off of child theme

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Rpitts

    (@rpitts)

    https://redesign.everythingturkeyinc.com/

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    .main-navigation li {
        float: left;
        margin: 0 1.6em;
    }
    
    .main-navigation {
        width: 65%;
    }

    Hey Rpitts,
    Put this code in your css. I think you’ll like the result. Let me know how it works out, and if you have any other questions, feel free to ask.

    Thread Starter Rpitts

    (@rpitts)

    Thanks for the suggestion I’d fiddled with that before and wanted just a straight band so 73% works but since the navigation and the logo are considered one block, is it even possible to reduce the space just under the navigation to shift that image up to kiss the bottom of the bar. That’s really the puzzle now.

    It is possible, but the size of the logo is making the whole header area bigger than you want it to be.

    This should do it, assuming I understood you correctly.

    .entry-header img.wp-post-image {
        margin-top: -131px;
    }
    Thread Starter Rpitts

    (@rpitts)

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Spacing in 2012 Theme’ is closed to new replies.