Hi,
I’m trying to make this page full width like on the home page:
https://selo-oils.myshopify.com/pages/corporate-gifts
How can I do this?
Hi,
I’m trying to make this page full width like on the home page:
https://selo-oils.myshopify.com/pages/corporate-gifts
How can I do this?
The only thing in this template is follows:
{% section ‘home-image-with-text-overlay’ %}
{% section ‘home-text’ %}
Hi @merlic
We would like to give you a suggestion below:
Step 2: Find the file “theme.scss.css”
Step 3: Find the class “.main-content, .template-product-slideshow .related-products” in the file
Step 4: Proceed to edit the class, it will look like this:
.main-content, .template-product-slideshow .related-products {
padding: 50px 30px 0; /* if you want the full width, you can delete this line */
}
@media (max-width: 720px) {
.main-content, .template-product-slideshow .related-products {
padding-top: 60px; /* if you want the full width, you can delete this line */
}
}
...
This does not help me as my theme is written in .scss.
Hi @merlic
It’s a bit difficult for us if we only check it outside your storefront. If possible, please share your store access with us. Then, we can support you better.