Tagged: additional css, logo, logo center, Style Menu
Dear admin. I’m using Newcard free version. I want to modify Menu by css. How to change it ? Thank you.
Hi xanhron,
If you are familiar with the CSS then you can add your Additional Custom CSS code on ‘Appearance > Customize > Additional CSS’.
Thanks
Buenas tardes cómo puedo centrar mi logo??
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!