Tagged: header_meta, mobile sticky header
-
AuthorPosts
-
November 14, 2019 at 3:50 pm #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 youNovember 14, 2019 at 7:13 pm #1156886Hey SurigliaStudio,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonNovember 15, 2019 at 10:21 am #1157120Hello Jordan,
the website was linked in the first post :)
is here by the way CLICK METhanks
November 15, 2019 at 5:36 pm #1157234Hi,
Add this to quick css:
@media only screen and (max-width: 767px) { #header.header-scrolled #header_meta{ display:none!important; }}
Best regards,
Jordan ShannonNovember 15, 2019 at 6:19 pm #1157252Hello 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?November 19, 2019 at 5:48 am #1158027Hi,
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,
IsmaelNovember 19, 2019 at 11:49 am #1158102Hello 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?November 23, 2019 at 2:17 pm #1159402Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.