Hi,
I’d like to make this section and ones below it full width. my site is https://revluxworld.com
A user seeks to make homepage sections display at full width on their Shopify store. Three solutions have been provided:
Solution 1 (BSSCommerce-HDL):
theme.liquid file</head> tagSolution 2 (KetanKumar):
base.css file in Assets folder.template-index classes at bottom of fileSolution 3 (BSSCommerce-B2B):
theme.liquid</body> tag insteadAll solutions involve adding custom CSS to override theme width constraints. The discussion remains open—no confirmation yet on which solution the user implemented or whether the issue is resolved.
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: