Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @cbdease

    The best option is to contact the theme developer because we don’t have access to any commercial products.

    As you using the flatsome theme from ThemeForest. Click here

    Thanks

    hi @cbdease

    If you know how to edit the theme CSS, then I got the solution for your problem, please add the below CSS in your file.

    #section_37168226 {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    and remove the margin left and right -15px from class: .row .gallery, .row .row:not(.row-collapse), .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse).

    I am attaching 1 codepen for your reference.
    Codepen link: https://codepen.io/chriscoyier/pen/xOjaYr

    Thank you.

    • This reply was modified 2 years, 9 months ago by Smit Rathod.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full width UX block’ is closed to new replies.