Home Forums Basel support forum desktop menu operlaps on small screens

desktop menu operlaps on small screens

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28449

    kingcontent
    Participant

    Hello,

    Menu ovelaps in small screens. see attached screenshot.How can I fix this on desktop?

    #28457

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue by reducing menu spacing and font size a bit

    div.main-nav .menu>li>a {
    	font-size: 13px;
    	padding-left: 5px;
    	padding-right: 5px;
    }
    
    div.main-nav .menu>li.menu-item-has-children>a:after {
        right: -5px;
    }

    Regards

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