Feature Headers Center Is Not Good Looking On Mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10039388
    iklimet
    Participant

    Mobile View

    I want to collapse bar into a first row and if it is very hard i can delete phone numbers it is not neccessary.

    I am very happy to desktop version. Keep desktop version. Just change mobile appearance to this WantThisView


    #10039396
    Support
    Keymaster

    Hello, thanks for your purchase.

    Try to add the following css:

    (css/custom.css)

    @media (max-width: 991px) {
    
    	#header .header-column .header-extra-info {
    		display: none !important;
    	}
    	
    	#header .header-nav-bar .header-container {
    		margin-top: -80px;
    	}
    
    }

    Let me know if you need further assistance.

    Kind Regards,

    Jonas


    #10039407
    iklimet
    Participant
    This reply has been marked as private.
    #10039410
    Support
    Keymaster
    This reply has been marked as private.
    #10039415
    iklimet
    Participant

    Yeah, my bad. Thank you.


Viewing 5 posts - 1 through 5 (of 5 total)

This topic is marked as "RESOLVED" and can not rceive new replies.