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

    Hi,

    I dont know why but enfold isn’t really responsive on a customers site. Elements and menu points getting squeezed together, I added a screenshot and the site in private content. Moreover if I smaller size of browser window on my desktop its also not responsive.
    Whats wrong there?

    #786868

    Hey Tima,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home h2 {
        font-size: 20px !important;
    }
    }

    Best regards,
    Rikard

    #787052

    Hi,
    I still have problems when smallering the browser window and on iPad landscape.
    Of course I cleaned cookies / hard refresh and tried another device. Please check, I also provided login data in the first message and maybe also see my screenshot in private content :-)

    #787203

    Hi,

    Please try this as well to activate the mobile menu at an earlier point:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {
      display:none !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
      display:block !important;
    }
    }

    Best regards,
    Rikard

    #787428

    Hi,

    this looks much better now and I think it should be ok on ipad landscape now (but actually I have no possibility to test). I’ve made a video (see private content), maybe you can check if its needed to increase the earlier point of mobile menu activatation a little bit more?

    Regards

    #787607

    Hi,

    If you want it to activate earlier then you can edit this value to the pixel value you want: 1024

    Best regards,
    Rikard

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