All things Shopify and commerce
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
@media screen and (max-width: 768px){
section.shopify-section.feature-type1 > div > div {
padding-left: 35px !important;
}
}
You can adjust the number to further modify it if you want
Best,
Daisy
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025