Can anyone help me?
My header menu is not centered on the header bar.
I’m using Debut theme and it is slightly to the left of the entire header bar. What should be the done to make it centered?
Thanks in Advance!
Can anyone help me?
My header menu is not centered on the header bar.
I’m using Debut theme and it is slightly to the left of the entire header bar. What should be the done to make it centered?
Thanks in Advance!
Hi KetanKumar,
Thank you for your help, but apparently it does not do anything. Still not centered.
Is there any other way?
can you please try this code
.navbar-nav {
float: left;
margin-left: 0;
display: flex;
justify-content: center;
text-align: center;
width: 100%;
}
.navbar-nav .nav-item {margin: 0 10px;}
its my pleasure to help us