• Hello,

    I have Suffusion theme version 3.7.8, and I am trying to modify 2 things:

    1. Centering the Main Navigation Bar.
    2. Modifying the height of the Main Navigation Bar.

    The customization I made to the theme is almost identical to my website, except for the 2 things I mentioned above.

    The URL for the blog is here:
    https://tennis.freezoka.net/articles
    This is not my main site, it is just a demo before publishing my main domain.

    I posted a thread on Suffusion forum about what I need, but no answers!

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter supersonictt

    (@supersonictt)

    Please guys! I really need that! I believe that the solution would be in the style.css but I can’t find it!

    Read this article https://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/
    it includes a version with dropdown, but beware that the author says it might not work very well in ie7

    the question concerning the height can be solved looking in the style.css for #nav ul li a and ajusting the padding-top and padding-bottom values

    Thread Starter supersonictt

    (@supersonictt)

    Thanks for the reply, I tried it but it seems it doesn’t work with the theme I am using!

    Sayontan, the creator of Suffusion theme, replied to my request in his forum, and he provided me with this:

    #nav .col-control { text-align: center; }
    #nav ul.sf-menu { display: inline-block; float: none; margin: 0 auto -1px; }

    and it worked very well.

    The only thing I need now is to change the “height” of the navigation buttons, they seem to be 35px in height, I need the around 24px to fit the buttons in my main site. Any suggestions for that?

    Thank you.

    You should ask that in the forums as well, because i was testing some values, and i could not find an easy way to explain to you, sorry, good luck ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Suffusion theme questions’ is closed to new replies.