Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #931933

    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

    #932223

    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

    #932362
    This reply has been marked as private.
    #932506

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.