How can I center my menu and my footer area widget?

  • Unknown's avatar

    -Nishita theme
    -How can I center my menu?
    -How can I center my ‘footer area’ widget?

    I am customizing my CSS, so specific tips would be much appreciated!

    Thanks very much!

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

  • Unknown's avatar

    Hi there,

    In order to center the menu, you can use the following CSS:

    div#header-inner {
        text-align: center;
        width: 97%;
    }
    
    #header #header-inner ul#nav {
        display: inline-block;
        width: auto;
    }

    Just input that under Appearance -> Customize -> CSS.

    As far as centering the footer widget, the easiest way to do this is actually just to place a blank text widget in the first footer widget area. That will automatically push the second widget area over and won’t add any additional text to your theme.

    Please let me know if you need anything else!

  • The topic ‘How can I center my menu and my footer area widget?’ is closed to new replies.