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 text in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #77026
    paulomalheirodias
    Participant

    Hi

    Trying to create a blog with NewsCard, my first issue is: how to center the text in the header (like “NewsCard” in the demo), as I removed the “advertisement section”?

    Thank you so much!

    Paulo M.

    #77028

    Hi @paulomalheirodias,

    To make the Site Title and Banner Ad section center, 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

    #77029
    paulomalheirodias
    Participant

    Hey, thanks!

    #77034

    Welcome @paulomalheirodias,

    Please let us know if you have any other queries regarding the Theme

    thanks

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