hi,
i use streched layout with main menu in sidebar left. i want to have a telephonenumber in the header (specially on mobile device between logo an burger menu) could i add the small bar above main menu even i use streched layout with main menu on left side? is there another possibility to add phone-number in the header?
kr dirk
Hey schnippel,
You can add a widget area to the header and add the phone there, just hide it on desktop and show on tablet and mobile.
Here is how to do it
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#header .widget {
display:none;
}
@media only screen and (max-width: 767px) {
#header .widget {
display:block;
}}
Best regards,
Vinay