Dawn Theme - make a custom liquid section full width

I added a custom liquid section to my shopify and it is displaying white borders around it. My site is

www.latinlotuspottery.com

Hi @LatinLotus , Add the following code :

[data-ff-el="root"].ff-6571bd4ca74ac87bc4717f8f .ff-6571bd4ca74ac87bc4717f8f__container {
    margin: 0 auto;
    max-width: 100% !important;
    background: #f5f5f5;
}

where do I add it?

@LatinLotus , try to add it in theme.liquid file before the tag like this :


That worked! Thanks very much!

1 Like

After updating to the newest version of the theme, the white border are back even after I applied the code you gave me. Is there an update I can make to the code or a different version?

www.latinlotuspotery.com

Hi @LatinLotus , I can’t open the url you provided.

www.latinlotuspottery.com

1 Like

I had a typo, sorry

www.latinlotuspottery.com

@LatinLotus , try to add it in theme.liquid file before the tag like this :


1 Like