Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #884156

    Hi There. Worm here again. This theme is so awesome I can’t believe it! Thank you for all you do.
    I have the secondary menu active. By default this pushes all the text menu items to the left for desktop but centers them when viewed in a smaller browser window. Can you please share some quick css with me that will center the selections of my secondary menu so they are dead center above the main menu?
    I searched your enormous help forum for over an hour and yet to find an answer to this simple request.
    Thanks in advance. I have my site almost ready! Just need this fix to center the contents of what I believe is the avia2-menu?

    #884299

    Hey wormwoody,

    Thanks for the kind words :-)

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #884329
    This reply has been marked as private.
    #884481

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 1440px) { 
    #header_meta .container {width: 51% !important; }
    }
    @media only screen and (min-width: 989px) and (max-width: 1439px) { 
    #header_meta .container {width: 71% !important; }
    }

    Best regards,
    Mike

    #884484

    Hi Mike! Thank you my friend! Works perfectly.

    #884593

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Center Contents of Secondary Menu Above Main Menu?’ is closed to new replies.