Bring in featured collection padding

Bring in featured collection padding

ellacoker
Shopify Partner
259 0 59

Hello,

I would like to bring in my featured collection padding so that it is inline with my text. What is the code for this? Thank you.

URL: https://www.livwithin.com.au/

PW: pewpog

Screenshot 2025-03-20 at 13.48.05.png

Replies 4 (4)

DaisyVo
Shopify Partner
4385 486 578

Hi @ellacoker 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.rich-text__wrapper.rich-text__wrapper--left.page-width {
    padding-left: 15px !important;
}

 

Result: 

DaisyVo_0-1742442918464.png

 

Best,

DaisyVo

 

 

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
ellacoker
Shopify Partner
259 0 59

Hi Daisy,

Instead of bringing the text in line with the images, I want to bring the images in line with the text, because if you look below I have that margin on my other sections. Do you know how I bring the product collection section in instead?

Thank you

DaisyVo
Shopify Partner
4385 486 578

Hi @ellacoker 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

slider-component.slider-mobile-gutter.slider-component-full-width.slider-component-desktop.scroll-trigger.animate--slide-in {
    padding-left: 35px !important;
}

 

Result 

DaisyVo_0-1742443787661.png

 

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

Dotsquares
Shopify Partner
375 22 51

Hi @ellacoker 

 

Try using this CSS and let me know if this works or I will share an alternative approach for this.

/* Adjust padding for featured collection */
.collection-list,
.featured-collection {
padding-left: 20px; /* Adjust to align with other text */
padding-right: 20px; /* Adjust for balance */
max-width: 1200px; /* Ensures content doesn't stretch too wide */
margin: 0 auto; /* Centers the section */
}

Dotsquares Ltd


Problem Solved? ✔ Accept and Like solution to help future merchants.


Shopify Partner Directory | Trustpilot | Portfolio