Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #162857

    Hi all

    How do I get rid of the 50px border when using the boxed layout in Enfold?

    Please look at the screenshot, the blue area.

    The code

    .boxed .container {
    margin: 0px 0px;
    }

    instead of

    .boxed .container {
    margin: 0px 50px;
    }

    moves the content to the left, but doesn’t get rid of the 100px of the box

    50px border boxed layout

    http://www.selvaria.ch

    Thank you

    • This topic was modified 11 years, 2 months ago by selvaria.
    #162900

    I think I found out how to do it.

    .container_wrap {
        width: 1050px
    }
    
    .boxed .container {
    margin: 0px 10px;
    }

    This did the trick. If I set the margin to 0px 0px, and the width to 1030px, it’s too close to the typography.

    • This reply was modified 11 years, 2 months ago by selvaria.
    #163255

    Glad you get it working, let us know if there is anything we can help :)

    Regards,

    Josue

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Boxed Layout, trying to get rid of the 50px border’ is closed to new replies.