To insert code use <code>...</code>.
Centering Top Nav Menu
  • Hi there, I was just wondering how to center the top navigation menu. I've read threads here about aligning it left and right, but I cant seem to find one regarding centering it.

    I assume I have to modify screen.css and change

    #navigation {
    right: -15px;
    bottom: 0;
    position: absolute;
    height: 60px;

    To something else, but I am not sure what. Any thoughts?

    Thanks for the help!
  • 2 Comments sorted by
  • Hi,

    You can put the custom css code into the custom css field of the striking general settings.


    #navigation {
    bottom: 0;
    right:auto;
    left:200px;
    height: 63px;
    }


    adjust the 200px to center it.


    Best regards,
    Striking Team
    Paul
  • Perfect, thank you! I used it and it works great!
This discussion has been closed.
All Discussions