Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #842073

    Hi,

    On certain display sizes my menu overlaps my logo.

    As I understand it the burger menu replaces the regular menu at sizes under 990px. I need it to change at sizes less than 1100px (and, if I add more items, maybe at another, higher size down the road).

    What CSS can I use in the custom CSS field to accomplish this?

    Thanks!
    Jay

    #843181

    Hey Jay,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 1110px) and (min-width: 990px) {
    .container.av-logo-container {
        width: 89%!important;
    }}
    

    Best regards,
    Yigit

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