• Resolved Laura_invu

    (@laura_invu)


    Hi,

    Can anyone tell me if there is a way to centre the main menu bar along the top.

    I have managed to centre the header logo ( thanks to another post) and I am wondering if there is a way to centre the menu text/bar also.

    Here is my site > https://www.invu.net/blog/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Laura,

    Put this CSS into your Custom CSS or Child Theme style.css so that you won’t lose all the changes made when the theme updates. Child Theme is tha safest way to go when doing all kinds of modifications.

    .themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
      text-align: center;
    }

    I hope it helps!
    – Niko

    Thread Starter Laura_invu

    (@laura_invu)

    Hi Niko,

    Thank you ??

    I am a complete novice when it comes to WordPress- I presume putting the theme into ‘Child Theme’ is a safe mode- so like you say, I wont lose all changes when i update….How do you change the theme so it is in child theme?

    There may already be a post ref. this, so sorry if this is the case

    Thread Starter Laura_invu

    (@laura_invu)

    Niko,

    I have put the suggestion in the stylesheet ( not sure if this was done on child theme- I haven’t lost anything)

    And it has worked ?? thank you ever so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I centre the menu bar?’ is closed to new replies.