Shop Categories

X

Primary Navigation Menu in center

Home Forums Agama Pro Primary Navigation Menu in center

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6005
    Matthieu Pichon
    Participant

    Hi,

    I would like to know if it’s possible to put the menu in center when i choose to center the site’s logo ?
    The menu stay at the left of the screen and i don’t find anything in the options to change that.

    Thanks for your help !

    #6006
    Zex
    Moderator

    Hello Matthieu Pichon!

    You can add Custom CSS code to solve that.
    So, Open Customizer->General->Add CSS menu and add code below:

    Code:

    #masthead .sticky-header  {
    text-align: center;
    }

    http://prntscr.com/gblad2

    Regards

    #6007
    Matthieu Pichon
    Participant

    Thanks !
    It’s working great !

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.