• Resolved sharimed

    (@sharimed)


    I am using the Mystique 3.3.2 theme downloaded from http://www.ngeeks.com, & I can’t get the navigation bar up as far as it used to be (when I was using free WordPress). You can see the white space in between the header image & the navigation bar – http://www.momshar.com

    I have #site-title padding set to 0 through CSS, but it is still not touching my header image. I designed the header image so that the facebook & twitter buttons would cut into the white space on the right of my header image & the grey navigation bar would go right against the bottom of the image.

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Hey,

    I really like the website. You are getting this problem because your #logo its own padding declared. Add this to your child theme css and it should take care of it for you: 🙂

    Screenshot After Changes

    #logo {
      margin: 10px 0 -10px !important;
      padding: 0;
    }

    Hope this helps!

    Important: Just copy and paste this code into the bottom of your Custom CSS or Child Theme style.css so that you won’t lose your changes once you update your theme in the future. A Child Theme is the safest and best way to go when doing all kinds of modifications.

    Onwards and upwards,
    -Trey

Viewing 1 replies (of 1 total)
  • The topic ‘Mystique 3.3.2 Navigation Bar’ is closed to new replies.