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*

Style Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #80169
    #80200

    Hi xanhron,

    If you are familiar with the CSS then you can add your Additional Custom CSS code on ‘Appearance > Customize > Additional CSS’.

    Thanks

    #80331
    netgraficosagencia
    Participant

    Buenas tardes cómo puedo centrar mi logo??

    #80616

    Hi @netgraficosagencia,

    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
    }

    Thank you!

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