Hello,
i added a header widget (logo left, widget left below, menu right). On desktop it looks great, but on mobile/responsive the menu is displayed over the content. Can you assist please? I couldnt find a solution….
Thanks!
Hey nickname-superstar,
There’s not enough space there, I think it would be better if you hide the widget for mobile and add the content to a new section instead. You can hide the new section for all screen sizes except mobile in the element options.
Best regards,
Rikard
Great thanks, that sounds like a good solution.
Where do i find the element options exactly?
– Where do i hide the widget for mobile?
– And then i add the content to another widget (like footer) for mobile. Where do i hide it then for all other screens?
Thanks so much!
Hi,
You can hide the widget for phones using this in Quick CSS:
@media only screen and (max-width: 767px) {
#custom_html-2 {
display:none;
}
}
The new section you can hide for all screens except mobile in the Screen Options tab in the element options.
Best regards,
Rikard
Thanks, got it! :)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon