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

    Hi!

    Is it posible to increase the width of the layout? So i got is set to stretched and i wanna change the width of the ‘content box, the site itself ‘

    So that the content comes closer to the edges.

    Tnx!

    #286646

    Hi c3computers!

    Please add following code to Quick CSS

    @media only screen and (min-width: 1140px) {
    .responsive .container {
    width: 1100px;
    }}

    For more detailed customisation, please modify grid.css file inside Enfold/css folder

    Regards,
    Yigit

    #286681

    Did the trick! Edited :

    .responsive .container {
    width: 1200px;
    }

    In grid.css

    :)

    tnx!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Increase Enfold Stretched layout’ is closed to new replies.