Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1320002

    So I know to use the colour section layout to add full width sections with background colours and images.

    However, I have some rows with 50% width columns that need the backgrounds to stretch to the edge of the screen also.

    I have added the 50% layouts within a colour section and added background colours and background images to them but they dont stretch.

    How do I achieve this please?

    Many thanks

    #1320033

    give a custom-class to your color-section – f.e.: full-width-content ( anything you like :) )

    .full-width-content .container {
        max-width: 100% !important;
        padding: 0;
    }
    #1320092

    Fantastic, that works. I didnt think it would be that straight forward. Thank you :)

    #1320165

    Hi,

    Glad to know that @Guenni007 were able to help. Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘half screen columns with backgrounds to stretch full width – how?’ is closed to new replies.