Hi, I can see solutions for other themes, but they don’t seem to work for my Parralax theme. Could someone please help at making the collection list the full width?
Thanks
Hi @Mitch23
Could you share your store URL to check?
Yes, it is www.flexibleneon.com.au
Hi @Mitch23
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file styles.css
Step 3: Paste the below code at bottom of the file → Save
section.section.featured-promotions {
margin: 0 !important;
max-width: 100% !important;
width: 100% !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
I am talking about my home page collection list
You mean this section, it is correct?
Also, This section is too text-heavy. Consider adding more images, as visuals tend to attract customers more effectively than text alone.
Please add this code to your theme.liquid file, after
I tried adding this in but it did not work
yes!
Hello @Mitch23
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.



