Hi,
I’d like to make this section and ones below it full width. my site is https://revluxworld.com
Hi @Luxurymrkt ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
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
@Luxurymrkt yes please try this code
.template-index .page-width.feature-row-wrapper.feature-row--66 {max-width: 100%;padding: 0;}
.template-index .feature-row {margin: 0;}
.template-index .feature-row__text {padding: 0px 40px;}
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file theme.liquid
Step 3. Add this code before tag
Result: