I’m trying to stack my header elements when the browser/device width is 768 or less.
These items would be
header_meta
logo
black-studio-tinymce-9 (the widget area I added to the header)
Also how can I set an on state that does not affect the subnav item on the main nav and also on the sidebar nav.
Thank you.
Hi endoradigital,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
#header .widget {
position: relative !important;
}
}
Best regards,
Rikard
Thank you!
Hi!
Glad it worked out for you!
I will close that ticket now, please feel free to create a new one if needed.
Thanks a lot!
Cheers!
Basilis