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

    I noticed a while back that the Main Menu does not scroll in iOS (cant scroll by dragging with one finger) I thought it must be a plugin conflict as it only fails on the Home Page but testing the Enfold Demo it also will not scroll on Home Page in iOS but works on other pages.

    #817829

    Hey cbrssict,

    Could you please give us a link to your website, we need more context to be able to help you. Which demo are you referring to?

    Best regards,
    Victoria

    #818599

    I was referring to the main enfold demo http://kriesi.at/themes/enfold/ But seems like that menu is working now? Anyway you can see how my menu fails on iOS at the link below.

    #818874

    Hi cbrssict,

    The new menu is coming up with the new version of Enfold, in a day or two. Meanwhile, you can use the code below.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (max-width: 450px) {
    .html_stretched #wrap_all {
       overflow:hidden !important;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #829321

    Thanks Victoria

    That css worked, is the update still in process? I’m running V4.0.7 but still had the issue.

    #830907

    Hi,

    The new version is out. Please upgrade to version 4.1.2 then re-configure the Header and Main Menu settings.

    Best regards,
    Ismael

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