• Resolved marielledavis

    (@marielledavis)


    Hi
    I am looking to centre my menu bar on this website: https://www.marielledavis.com I do not know where in the code to change this, and what attributes i need to use to centre it. I am using the theme “grey white black” .

    Help would be much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    try with

    .menubox > div {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #FFFFFF;
        margin: 0 auto;
        width: 750px;
    }

    however You must set width size when menu changes.

    Thread Starter marielledavis

    (@marielledavis)

    Fantastic.
    That worked well, thankyou.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘menu bar not centre aligned’ is closed to new replies.