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*

Logo

Tagged: 

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

    Hi there,

    Can you please provide us the site Url? So that we can provide you the Custom CSS code based under your site requirement.

    Thank you!

    #60233
    mbsavill
    Participant
    #60264

    To make the logo section bigger, just go to Appearance > Customize > Additional CSS and paste the below custom CSS code to

    @media (min-width: 992px) {
    	.navbar-head .col-lg-5 {
    		-ms-flex: 0 0 41.666667%;
    		flex: 0 0 41.666667%;
    		max-width: 41.666667%;
    	}
    	.navbar-head .navbar-ad-section {
    		-ms-flex: 0 0 58.333333%;
    		flex: 0 0 58.333333%;
    		max-width: 58.333333%;
    	}
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.