badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Resize background menu button

Tagged: 

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

    Hello All,

    I was using the Mags theme and made some modifications to the CSS.

    
    .navbar {
    				height: 50px;
    }
    

    Now I want to resize the menu hover/background color to fit in this changed navbar. It’s bad in the Desktop view, and it’s terrible in the mobile view.

    Does someone know how to change this?

    Thanks in advantage.

    https://economiavida.com/

    #88289

    Hi Thiago Bispo da Silva,

    please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .navbar,
    .navigation-icons-wrap {
    	height: auto;
    }
    .navbar-brand-wrap .navbar-brand {
    	padding-top: 0;
    	padding-bottom: 0;
    	height: 50px;
    }
    .main-navigation a,
    .search-toggle {
    	padding-top: 17px;
    	padding-bottom: 17px;
    }
    .search-toggle {
    	font-size: 12px;
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	justify-content: center;
    }

    Thanks

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