Centre custom section

Hello,

Is someone able to help me centre a custom section that I downloaded from a plugin?

It seems to be only slightly off-centre. I would like to add a little padding to the left. Can I do this with CSS? Thank you.

URL: https://www.samiyaskincare.com.au/collections/all

Ella.

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

.section-template--24209589764390__ss_feature_1_NqrjPm-settings {
    padding-left: 25px;
}

Result

Best,

Liz

Hi @ellacoker

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
@media screen and (max-width: 768px){
section.shopify-section.feature-type1 > div > div {
    padding-left: 35px !important;
}
}

Here is the result:

You can adjust the number to further modify it if you want

Best,

Daisy