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*

Center the logo

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #67974
    federico.samperi19
    Participant

    Hello 🙂
    I have a little question: How can I center my logo image on the header center? Thanks a lot 🙂

    #68091

    Hi @federico-samperi19,

    To make the Site Title or Logo center then please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .navbar-head .navbar-head-row {
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .navbar-head .col-lg-4,
    .navbar-head .navbar-ad-section {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    	text-align: center
    }

    Thanks

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