Tagged: logo
Hello,
I’m trying to make my header logo bigger. How do I make it bigger to fit the website better?
Thank you
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!
http://www.themiddleeastmagazine.com/
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%; } }