• Resolved danigehm

    (@danigehm)


    Hello,

    I am currently working on a site (http://pdxstem.org/) that was designed by someone else, and it uses the “Thesis” theme. I’m really not a designer or developer, but can usually navigate my way around stylesheets, but alas… I cannot seem to find a way to fix the top nav menu.

    I’m trying to get pages added to the nav menu. When I add pages to the menu, they drop down below the green bar, which looks bad, and the text is white so you can’t see them anyways.

    I’m trying to find where I can alter the spacing between the menu items or set an allowed number of pages to display on one line, but can’t find it anywhere. I’ve tried widening the content space but it isn’t helping.

    Let me know if you need more info… thanks for any advice you can give!

    Dani

Viewing 5 replies - 1 through 5 (of 5 total)
  • hey danigehm,

    I inspected your website, there are 2 changes you have to make in your style.css file.

    first change

    #menu-item-22 a {

    padding-left: 60px; <—–delete this line of code

    }

    second change

    .menu a {

    padding-left: 80px; <—- delete this line of code
    padding-right: 80px; <—- delete this line of code

    }

    hope this helps, goodluck

    Thread Starter danigehm

    (@danigehm)

    Shoot, I messed up the horizontal menu structure when I accidentally deleted some stuff. Any way to help me get the horizontal structure back up?

    Thanks!

    target the navigation link

    type in this code

    .menu li {

    display: inline-block;

    }

    lmk

    Thread Starter danigehm

    (@danigehm)

    Thank you so much! That worked! 😀

    you’re welcome 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Theme: Thesis] Editing main nav menu width to display more pages’ is closed to new replies.