Tagged: Banner Ad Center, Site Title center
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.
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
Hey, thanks!
Welcome @paulomalheirodias,
Please let us know if you have any other queries regarding the Theme
thanks