• Hi,

    I would like for my logo to be in the middle of my page – obviously this needs to ‘float’ somehow depending on the different sizes of a monitor.

    https://www.worldette.com

    I’d also like for the nav menu above the logo (the one saying ‘why worldette, what is worldette, meet marie…..’ to be center aligned too – same as the logo.

    Thanks so much

    Marie

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey Marie,

    I had a look at your code and you could actually just add the following css to your style.css file and it will center both.

    .topcontainer {text-align:center;} /* centers logo and top menu bar */

    Regarding it ‘floating’ depending on monitor size, this would normally require your theme to be responsiveread up here on it

    Thread Starter marieteather

    (@marieteather)

    Oh you are brilliant! Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to centre align logo’ is closed to new replies.