Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #317705
    RichaardChubb
    Participant

    Hi,

     

    I would like to get the main menu at the top of richardchubb.com centred.

     

    Please advise how, many thanks

    Richard

     

    #317730
    tikaram
    Keymaster

    @richaardchubb : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 48rem) {
      #primary-menu-wrapper {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #317731
    RichaardChubb
    Participant

    Perfect!! Thank you

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