help with zuki!

  • Unknown's avatar

    Hi everyone! I am trying to center my header (tried a code previously given and it’s not working…could it be the dimensions of my header image?) as well as REMOVE the menu that is showing up underneath the header. Not sure why it is showing up, as I have only selected one menu for the theme (the top header menu, not primary).

    If anyone can help me that would be great!! Thank you xoxo

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

  • Unknown's avatar

    Ok, figured out the header issue, now I just need to figure out how to remove the second menu below it for good! As a filler now I made a blank menu but that is causing a lot of extra white space.

  • Unknown's avatar

    The secondary menu below the header image has a top and bottom padding of 15px. Use the following to set the padding to 0.

    #site-nav {
        padding: 0;
    }
  • Unknown's avatar

    Hi again! I just tried adding that in and nothing changed…not sure if maybe I missed a step somewhere? Thanks again for all your help!

  • Unknown's avatar

    Hi, you currently have this in your custom CSS

    #site-nav {
        padding: 20px 0;
    }

    change it to this

    #site-nav {
        padding: 0;
    }
  • The topic ‘help with zuki!’ is closed to new replies.