Tagged: 

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

    Hello,
    I had to add an item to the menu of a site I’m working on. As a result, the menu becomes very long and I would like to force the display of the Burger to 1220 rather than 990. How should I do?
    Thanks for your feedback.

    #913242

    Hey doboon,
    I see that you are using a very old version of the theme, please Try to update manually via FTP: https://vimeo.com/67209750
    Then try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 1220px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    Best regards,
    Mike

    #913306

    Hi Mike,
    Thank you. My problem is fixed.
    For the theme update, why it’s not automatic? This is provided in the settings of the theme yet and I think I remember that it worked at the beginning.
    Have I misconfigured something?
    I have the same problem with all the sites I built with Enfold, none update the theme.

    #913531

    Hi,

    Your hosting provider might have changed something to block the automatic update coming through, I’m not sure exactly what it could be but it might be worth asking them why automatic updates from Envato are not shown on the site.

    Best regards,
    Rikard

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