Tagged: Fullwidth sub menu
On smartphones, a white space (sticky_placeholder) appears under the ‘Fullwidth Sub Menu’, and I can’t figure out where it comes from :(
Could you please watch the video I posted as Privet Content?
I can hide .sticky_placeholder via CSS
.sticky_placeholder { display: none;}
but I find the situation strange. Why putting a DIV that generates a white space when not used?
Maybe I’m using the Fullwidth Sub Menu wrong?
best regards,
Oriano
Hey Oriano,
Thank you for the inquiry.
Adding this css code should remove the sticky placeholder in the mobile view.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#top .sticky_placeholder {
display: none;
}
}
Best regards,
Ismael
Thank you Ismael.
Best regards
Oriano
Hi,
Great, I’m glad that Ismael could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
