Hi, I have added a subject title on my header pages, with this code:
.list-menu–inline {
flex-wrap: nowrap !important; /* Prevent wrapping /
justify-content: center !important; / Center the menu group */
}
.list-menu–inline li {
margin-right: 12px !important; /* Reduce as needed */
white-space: nowrap;
}
.list-menu–inline li:last-child {
margin-right: 0 !important;
}
now the header is one line like i wanted but the logo stood in the middle, is there a way to take all the titles left on web and keep the logo centered?
artez.design
thank you,
Warm regards.
