Added in a custom HTML section to home page, and I seem to have large space on left/right sides when viewing from larger screens.
How can I eliminate this space?
Shop: https://4juyzqz0gnarpx0n-27267825797.shopifypreview.com
Best,
Kaila
Added in a custom HTML section to home page, and I seem to have large space on left/right sides when viewing from larger screens.
How can I eliminate this space?
Shop: https://4juyzqz0gnarpx0n-27267825797.shopifypreview.com
Best,
Kaila
Please add the following code at the bottom of your assets/theme.css file.
#shopify-section-162993557522421d9a .page-width {
max-width: 100% !important;
}
Hope this works.
Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.
#shopify-section-162993557522421d9a .page-width {
max-width: 100%;
}
Thank you both!!