Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #526412

    Hi,

    I use Boxed layout and I try to remove the space left and right in the container. But can’t find in the css where. I try with

    .boxed {
            margin-right: 0 auto !important;
            margin-left: 0 auto !important;
    }
    #526469

    Hi Dino!

    please give us a link of the site, to check if there is any specific class assigned.

    Regards,
    Basilis

    #526935
    #526938

    Hey!

    Please add following code to Quick CSS

    .container {
        padding: 0px 10px;
    }

    Best regards,
    Yigit

    #526957

    Hi Yigit,

    thank you that’s it.

    Best regards,
    Dino

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Boxed Layout no spacing left and right’ is closed to new replies.