Used the following directions here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ to place a widget in the header section. Used a text widget in the header position and inserted some content. Problem is: I would like to have the content display: none in mobile form. As of now the content shrinks and overlays with the logo when mobile. Can anyone assist with this?
Hi jr3creative!
Add this to your custom CSS.
@media screen and (max-width: 767px) { #header_main .widget { display: none !important; } }
Regards,
Elliott
Thanks Elliott
That did work.
Different scenario: I want the text widget visible in the header, and positioned to the right of the logo on mobile. Is that possible?
As of now the content shrinks and overlays with the logo when mobile.