• Resolved theopears

    (@theopears)


    Hi there, I am still fairly new to WP and trying to figure out simples tasks. I want to centre the menu that lists my pages. I am using the Grisaille theme. I have read multiple forums that suggest changing the code in the style.css but I need to be assisted from the very basics. Can someone talk me through each step? Where I go in the dashboard etc.?
    Here is my site for reference:
    https://www.theopears.com

    Thanks very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    You will probably need to start customising your theme’s CSS – possibly via a child theme or a custom CSS plugin.

    WPyogi

    (@wpyogi)

    It looks like you have jetpack installed, so you can use that for custom CSS – under Appearances >> Edit CSS — add this:

    .menu {
       display: table;
       margin: 0 auto;
    }

    Thread Starter theopears

    (@theopears)

    Thank you so much WPyogi! That did it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centre Navigation Menu’ is closed to new replies.