Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everyone,
I want to adjust the size of the furniture leather section. I want to make the width of the section smaller, that is, I can customize the blank space on both sides.
But I don't know what to do, can you help me?
Solved! Go to the solution
This is an accepted solution.
I have found a solution and I will share it with other people who need it. The CSS code is as follows:
@media screen and (min-width: 1024px) {
.background-image-container {
padding-left: 50px !important;
padding-right: 50px !important;
}
}
Hi @Sunever , can you share store URL?
Hello @Sunever
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
This is an accepted solution.
I have found a solution and I will share it with other people who need it. The CSS code is as follows:
@media screen and (min-width: 1024px) {
.background-image-container {
padding-left: 50px !important;
padding-right: 50px !important;
}
}