• I’ve been modifying the Twenty Ten theme (with a child theme) to make it full-width on the header and footer, but still have a fixed-width, centered main content area.

    My problem is with the navigation menu (and the footer will be the same way) … I want the menu to be centered still, so it appears right above the content area. At the moment, I have it set like this:

    #menu-main-menu {
    	margin-left: 302px !important;
    	width: 100%;
    }

    This, of course, isn’t working because it will always be 302pixels from the left, and won’t appear center depending on your screen size.

    I’ve tried all kinds of margin: auto and text-align:center type stuff and nothing seems to work. Any ideas?! I’m stuck!

    The website is https://www.bingeeatingbusters.com

Viewing 1 replies (of 1 total)
  • Thread Starter ColumbiaWebDev

    (@prfctgdess)

    Or, does someone know of a child theme of Twenty Ten that is already adjusted for full-width header/footer? or a similar theme? My other modifications are primarily link/text colors, so if it would be easier, I could always just change themes.

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Ten Child Theme – Full Header, Nav Menu Issues’ is closed to new replies.