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

    The Problem is on all Android original Browser. When i scroll down the side the Fullwidth Menu runs from css “absolut” to “fixed” but when i scroll up the side, the Fullwidth Sub Menu not going back from “position:fixed” to “position:absolut”. You can see the Problem on all Android tablets. Link to my testsite in privat Content…
    Please !!!! say not “we only support FF, IE and Crome”, the original Android browser is on 70% of all tablets in the world… it must work ;-)

    best regards
    Thomas

    #506962

    Hey finon!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab to keep position absolute on tablets

    @media only screen and (max-width: 1024px) {
    #sub_menu1 {
        position: absolute!important;
        top: auto!important;
    }}

    Best regards,
    Yigit

    #507018

    Hi Yigit,

    thx for your quick response but the bug is still there….
    Can you see it?

    best regards
    Thomas

    #507030

    Hey!

    Unfortunately, i do not have an Android tablet. I will ask my teammates to check it. Please kindly wait to hear from them.

    Edit: Can you please keep the code and flush browser cache and refresh your page a few times and check if that helps? If it does not, can you please give more information on your device. Which version of the OS are you using?

    Best regards,
    Yigit

    • This reply was modified 8 years, 6 months ago by Yigit.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.