Hey everybody,
Enfold is really awesome, but I have a problem with the header behaviour at tablet size.
My settings in the Enfold Theme Options > Header Layout are:
My settings in the Enfold Theme Options > Header Behaviour are:
Below the second item is following description:
“If checked the sticky header will shrink once the user scrolls down (ignored on smartphones + tablets)”
So the shrinking behaviour should be ignored on tablets. Unfortunatly this is not working as I expected, because there is no margin around the advanced_menu_toggle. IMHO this looks a bit strange. I think the shrinking should be ignored like it is told in the description of this setting.
Do you have a quick fix for this issue? Or is this behaviour like it should be?
Thank you a lot for your help,
Steffen
Hi s_sscher!
Thank you for using Enfold.
I’m sorry but I don’t see the issue with the header. When viewed on portrait size, the shrinking header is disabled as expected. What do you mean by “no margin around the advanced_menu_toggle.”? A screenshot will help.
Best regards,
Ismael
Hi!
Alright. I can see what you’re seeing now. Please try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive #top #header {
position: relative;
}
}
Best regards,
Ismael
Thank you Ismael!!!