Hello
Is it possible to center the header main in boxed site width like the other content?
And also center without the background full width the submenu in content width?
look at topmenu here
developement page
Is it possible to remove the space between slides in content slider?
look at content slider middle of startpage here
developement page
thanks for your time
greetings P. Gilles
Hi Gilles,
For the header, please add this CSS code in Enfold > General Styling Quick CSS
@media only screen and (min-width:479px) {
#header #header_main .inner-container {
display: flex;
justify-content: center;
gap: 40px;
}
#header #header_main .inner-container > * {
position: static;
}
}
For the content slider, I think it would be better if you change the background color of the content slider instead to match the slide item’s background color.
Best regards,
Nikko