Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Impossible to center this text

I developped this template which works fine here :
https://template-admin-dom.herokuapp.com/6#

As you can see, the text in the top navbar is not centered.
enter image description here

It seems easy but I can’t do it.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

This text has this class :

.wrapper .section .top_navbar .navbartitle{
font-size: 28px;
color: #f4fbff;
text-align: center;}

and the html is :

 <span class="text-truncate navbartitle">Title to center</span>

Can you inspect the page and help me ? I do not understand why it does not work.

>Solution :

It doesn’t center because the parent container is a flex container. One way to center the title is to add margin: auto to the element that has the navbartitle class:

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading