Viewing 7 replies - 1 through 7 (of 7 total)
  • esmi

    (@esmi)

    Not in that design. The <li> tab elements are all floated left.

    Thread Starter Annemarie1

    (@annemarie1)

    In any other way?

    Go to Suffusion Theme Options, then Blog Features -> Custom CSS, JavaScript & RSS. Put this in custom styles:

    #nav ul {
        float: none;
        margin: 0 auto;
    }
    Thread Starter Annemarie1

    (@annemarie1)

    And again, you are the best!!! Thx very much sayontan!

    Thread Starter Annemarie1

    (@annemarie1)

    Oke, this worked! But now i have removed one of my dropdown’s and now it’s now working anymore?

    Suggestions?

    ThX!

    Thread Starter Annemarie1

    (@annemarie1)

    Any one?? I’m looking for someone who can tell me how to place :

    Home – Maessage – Annemarie – Prijzen – Contact – Blog

    in the middle of my website??

    https://www.maessage.nl

    Since this:

    #nav ul {
    float: none;
    margin: 0 auto;
    }

    in my custom styles does not work anymore?

    Thx!

    Add width: 60%; to the CSS code.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Drop down menu’s suffusion in middle of page?’ is closed to new replies.