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

Adjust text block size-Savor Theme

Solved

Adjust text block size-Savor Theme

Sunever
Tourist
14 1 6

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?

 

Sunever_0-1750471540341.png

 

Accepted Solution (1)

Sunever
Tourist
14 1 6

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;
  }
}

View solution in original post

Replies 5 (5)

DaisyVo
Shopify Partner
4469 501 599

Hi @Sunever , can you share store URL? 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Sunever
Tourist
14 1 6

Hi @DaisyVo 

 

this is my website url: https://sunevertech.com/

 

devcoders
Shopify Partner
1654 190 564

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.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Sunever
Tourist
14 1 6

Hi @devcoders 

 

this is my website URL: https://sunevertech.com/

 

Sunever
Tourist
14 1 6

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;
  }
}