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 & Advertisement Area Smaller

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #88862
    Steven Bloomfield
    Participant

    Hi

    Is there some css code to make the area where the Logo & advertisement is smaller?

    I’m just finding it too large and would like the vertical dimension smaller (note: I can play with the numbers, just need the css code for that area)

    Regards

    #88923

    Hi Steven Bloomfield,

    Though logo and advertisement section is bigger, you can upload the logo and advertisement of any size. If you really need samller sizes then please go to ‘Appearance > Customize > Additional CSS’ and paste the Below Custom CSS code.

    .navbar-head .col-lg-4,
    .navbar-ad-section {
    	-ms-flex: inherit;
    	flex: inherit;
    }
    .navbar-head .col-lg-4 {
    	max-width: 200px;
    }
    .navbar-ad-section {
    	max-width: 500px;
    }

    Thanks

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