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*

Option to Center Align the Logo in Site Identity

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #79250
    jim-1334
    Participant

    Feature request: option to Center Align the logo image in the Site Identity section.

    Similar to feature: Footer, Display Footer Info at center.

    Thank you!

    #79252

    Hi jim-1334,

    Thank you for the suggestion, We really Appreciate it. We will try to add these feature on upcoming Updates.

    For now you can try through Custom CSS. Please go to ‘Appearance > Customize > Additional CSS’ and paste the 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.