[Theme: Chateau] How do I switch my menu and header?

  • Unknown's avatar

    I have a custom header image on my website, and I’l love to switch the placement of that and the top menu navigation bar.

    In addition, I would love to center the top navigation menu. I know how to center-align the text in the menu, but not the menu itself

    My website is caitlinosheayoga.wordpress.com

    Any help is appreciated!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Here is an example you can start with. Adjust the padding number as necessary:

    #branding {
    	position: relative;
    }
    #main-image {
    	position: absolute;
    	top: 0;
    }
    #menu {
    	padding-top: 140px;
    }
    #menu {
    	text-align: center;
    }
    #menu-top-navigation {
    	display: inline-block;
    }
  • Unknown's avatar

    That worked perfectly! Thank you so much.

  • The topic ‘[Theme: Chateau] How do I switch my menu and header?’ is closed to new replies.