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

    Hello,
    following various thread i managed to create a sticky head for the mobile version of the website
    However i would like to mantain as sticky just the part with the burger menu, logo and cart icon. The header_meta should disappear in the top when scrolling down. Is it possible?
    Another option would be to move the header_meta in the bottom of the screen for the mobile version.
    Please let me know.
    Thank you

    #1156886

    Hey SurigliaStudio,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1157120

    Hello Jordan,
    the website was linked in the first post :)
    is here by the way CLICK ME

    Thanks

    #1157234

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #header.header-scrolled #header_meta{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1157252

    Hello Jordan.
    added the css on the english version of the website you can see it here CLICK.
    On desktop with inspection and mobile simulation open it works only the first time, if i reload the page doesn’t work anymore.
    On mobile device it doesn’t work at all.
    Any clue?

    #1158027

    Hi,

    Thank you for the update.

    It seems to be working properly when we check. Did you remove the browser cache in your mobile device? Also, you might need to disable the minification option temporarily. Turn it on back again once the changes are applied.

    Best regards,
    Ismael

    #1158102

    Hello Ismael,
    i really don’t see it working.
    Cleaned the website cache, cleaned both pc and mobile chrome cache.
    Nothing change. Are you visiting the website from mobile? I guess the problem is “scroll” via mobile it’s not a scrolling operation and it doesn’t work.
    Any clue?

    #1159402

    Hi SurigliaStudio,

    Can you disable caching and minification for now?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

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