Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #719937

    I am working on a site where the mobile menu is always displayed. When a user expands the mobile menu, the menu items are centered, unfortunately I am having some difficulty centering them vertically and was wondering if you have any advice. Content below. Currently you can see the menu items are top aligned, and I would like the menu items to always be centered vertically.

    Thank you

    #721405

    Hey haydaw,

    Sorry for the delay, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #mobile-advanced {
    display:flex!important;
     align-items: center;
      justify-content: center;	
      flex-direction:column;
    }
    

    Best regards,
    Vinay

    #721679

    Vinay,

    Thank you for reminding me of flex:, I knew there was an option I was missing!

    #721849

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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