Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Update Enfold to 4.4 – Error #964503

    Hello @marcomila, i encountered the same problem and solved temporarily reverting via ftp to 4.3.2 version.
    Hope Kriesi will solve this problem very soon!

    • This reply was modified 6 years, 5 months ago by matvada.
    in reply to: Brand inside main menu #433621

    Thanks for your reply, correct point but i tried to enter the url of the image into the label but the result is the text url between the menu items.
    Can you explain me the right html to enter?
    Thanks!

    in reply to: enable mobile menu on desktop #343545

    Is possible to do!

    add this to your custom css

    #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }
    ul#mobile-advanced {display:block;}

    To set the width of the mobile menu just add this
    .avia_transform3d .show_mobile_menu #mobile-advanced {transform: translate3d(-20%, 0, 0)}
    and change the percentage (-20%) to what you prefer.

    Pay attention to set on responsive this:
    @media only screen and (max-width: 767px) {
    .avia_transform3d .show_mobile_menu #mobile-advanced {transform: translate3d(-100%, 0, 0)}
    }
    to resize the mobile menu on 100% on mobile and tablet.

Viewing 3 posts - 1 through 3 (of 3 total)