Home Forums Basel support forum Header not responsive

Header not responsive

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23090

    dinatostore
    Participant

    Hi there,

    The header on screens smaller than 15 inch isnt responsive. The menu items go through the logo and will not resize. See: http://home-exclusivo.com

    How can I fix this?

    Kind regards,

    Gino

    #23096

    Artem Temos
    Keymaster

    Hi,

    This header layout is not designed for headers with a small number of menu items. It is natural that they don’t look well because they don’t have enough space on a smaller screen. If you want, we can give you a custom CSS code to decrease menu font size and spacing to free some space.

    Regards

    #23115

    dinatostore
    Participant

    Hi there,

    Yes please.

    Kind regards,

    #23123

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    @media (max-width: 1380px) {
    	.main-nav ul.menu>li>a {
    		font-size: 12px;
    		padding-left: 5px;
    		padding-right: 5px;
    	}
    	
    	a.basel-logo img {
    		max-width: 180px;
    	}
    	
    	.main-nav ul.menu {
    		margin-left: -130px;
    		margin-right: -144px;
    	}
    }

    Regards

    #23171

    dinatostore
    Participant

    It worked perfectly

    Thank you very much!

    #23172

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Header not responsive’ is closed to new replies.