Hi,
Is it possible to remove, or drastically reduce, the amount of blank space on the home and collection pages? I want smaller margins, to fill the space with photos. Thank you for helping!
URL wardrobeconfessions.com
Home Page
Collection Page
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file
#shopify-section-1600069131051 .page-width,
#shopify-section-1596520095686 .page-width,
#shopify-section-collection-template .collection-template .page-width {max-width: 99% !important;padding: 0 auto !important;}
Hope this works, Thanks!
This is an accepted solution.
Please place this code at the end of theme.scss
#shopify-section-1600069131051 .page-width,
#shopify-section-1596520095686 .page-width,
#shopify-section-collection-template .collection-template .page-width {
max-width: 1980px;
}
Thank you for update..
This is an accepted solution.
You can use the following code.
h3.card__name {
font-size: 1.1em !important;
}
You can change the above size as per your need.
Thanks!
User | Count |
---|---|
396 | |
204 | |
129 | |
46 | |
42 |