Hello everyone,
I have the case that my layout is set to stretched layout and the sidebar with logo and menu is on the left. Now I would like to have a phone number and an email icon above the menu bar on mobile devices. What is the best way to do this? Unfortunately, I can’t find an example in the “Customization Header Documentation”?! Thank you Matze
Hey matze206,
Thank you for the inquiry.
You can insert a widget inside the header container and use css media queries to only display this widget on mobile view. Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
To display a content only on mobile view using css, please check this thread.
// https://stackoverflow.com/questions/49671168/display-content-only-on-mobile-devices
Best regards,
Ismael
Hey Ishmael,
Thank you so much! I got it. In the documentation, I just hadn’t discovered the point that it also works with a sidebar. But apparently yes! Thanks for the good work!
Cheers
Matze