Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1431604

    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?
    content slider

    look at content slider middle of startpage here
    developement page

    thanks for your time
    greetings P. Gilles

    #1431649

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.