Tagged: mobile logo, mobile menu
Hi there, I have my header logo and menu centered on mobile and it looks good. I just want both to stay in place when you scroll. Right now both scroll with you on mobile but I want them to stay in place when you scroll (otherwise it overlaps the text on the website) thanks!
Hey mirr,
The site you linked to is not loading at all on my end, please check the URL.
Best regards,
Rikard
Sorry, thats weird, hereby
Hi,
It looks like you are using custom css to make the header “fixed” on mobile up to 767px, this is why it is doing this, it is not default for the theme.
Try adding this css to override it:
@media only screen and (max-width: 989px) {
#top #wrap_all .av_header_transparency {
background: transparent !important;
position: absolute!important;
}}
If this doesn’t work then try to find your custom position:fixed; and remove it.
Best regards,
Mike
Works like a charm, thanks you so much!
One more; the X for closing the overlay menu scrolls over the txt when you scroll in the menu
Sorry last last one; on mobile the block for “Schrijf je in voor onze nieuwsbrief | inschrijven” doesn’t center with top and bottom margins. No matter what kind of margin I give it for the mobile version, nothing changes?
Hi,
The grid row cells with the logo & “Schrijf je in voor onze nieuwsbrief” is not centered because the cell has the vertical-align set to Top, please set to middle.
Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line quicker, and helps keep threads from being confusing with multiple topics.
Best regards,
Mike