Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1007873

    On my site i use the enfold full lenght menu but if i try to see this site on an ipad mini (width 768px) this menù on scrool have a top element of 90px when cold be 0px. if i use an ipad pro (width 1024 px) i haven’t this problems.

    now i fix the problem using css

    • This topic was modified 6 years, 2 months ago by weasyweb2015.
    #1008231

    Hey weasyweb2015,

    Thank you for using Enfold.

    now i fix the problem using css

    Shall we close the thread, or do you still need help with this? If you need further assistance, please provide a screenshot of the issue.

    Best regards,
    Ismael

    #1008298

    yes i want to know how can i fix this problems because using css i not obtain the same result

    #1008684

    Hi,

    Can you give us a screenshot of the menu? I don’t really see any layout issue with the page.

    Best regards,
    Ismael

    #1008842

    this is the problem when i scroll the page on ipad mini i have a top element of 90 pixel
    now i have removed the css so you can see the problem.

    #1008929

    Hi weasyweb2015,

    Can you disable caching and minification for now?

    I do not seem to be able to reproduce the issue.

    Best regards,
    Victoria

    #1008965

    i have an expires date caching too long, you can press ‘cmd + shift + r’ on your mac keyboard to flush cache
    or ‘ctrl + f5’ on windows or use incognito mode

    • This reply was modified 6 years, 2 months ago by weasyweb2015.
    #1009150

    Hi,

    Thanks for the update.

    You can try this css media query to adjust the top position of the sticky menu.

    @media only screen and (max-width: 767px) {
    #top .av-submenu-container.av-sticky-submenu {
        position: absolute;
        top: 0 !important;
    }
    }

    Best regards,
    Ismael

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