How to get a custom Liquid to be 100% of the width

Hi,

please help, I am trying to make this section 100% of the width of the screen. See image.

Please see website preview here: https://98x681bnbq6ifnnf-55570858102.shopifypreview.com

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file → Save

.section:has(.one-whole.column) {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

Here is result:

Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hi @Mitch23 We’re happy to see that our suggestion helped you solve your issue. Can you kindly give us a like? This can be a reference for other merchants if they have an issue like you. Should you need any further information, please do not hesitate to contact us by tagging directly at Community post. We will check and let you know soon. Thanks in advance.