Dawn Mobile View. Hi please help me fix the size of my featured collection under “Recently purchased” section of my home page
Shop url - https://greenpaxstore.com/
password - xuldeb
A store owner seeks help resizing the featured collection section on their mobile homepage, specifically under the “Recently purchased” area. The issue is demonstrated through a screenshot showing layout problems.
Proposed Solution:
assets/base.css filediv#collection-template--23380050182462__featured_collection_77xqVJ {
width: auto!important;
}
The solution includes a visual reference showing where to implement the code. Status: The discussion appears resolved with a technical fix provided, though no confirmation of implementation success has been posted yet.
Dawn Mobile View. Hi please help me fix the size of my featured collection under “Recently purchased” section of my home page
Shop url - https://greenpaxstore.com/
password - xuldeb
Hello @GreenPax
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
div#collection-template--23380050182462__featured_collection_77xqVJ {
width: auto!important;
}