Unequal Padding in Homepage Sections - DAWN Theme

Unequal Padding in Homepage Sections - DAWN Theme

Yasir6
New Member
5 0 0

Hi, I'm using the DAWN theme and I'm having an issue with the homepage design. I've added multiple sections to the homepage, including 'Image with Text' and 'Featured Products'. Currently, the left and right side padding in these sections is unequal, as shown in the attached screenshot. How can I fix this?

 

 

bera.png

Replies 6 (6)

Mehran_Ali
Shopify Partner
89 11 11

Hi @Yasir6 

Kindly share the store URL

If this solution helps you, kindly like this reply and mark it as a solution.

If you need an expert Shopify developer for customization and development, feel free to contact me via email or WhatsApp.

Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

Moeed
Shopify Partner
4950 1309 1591

Hey @Yasir6 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Yasir6
New Member
5 0 0

My Website is currently berastores.com

BSSCommerce-B2B
Shopify Partner
1332 354 414

Hi @Yasir6 

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file component-slider.css and add this code snippet to the end of the file

[id^='Slider-template'] {
    transform: translateX(-60px) !important;
}

Result

BSSCommerceB2B_1-1723033900039.png

If it's helpful, please like and mark it as a solution, thank you 😇

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Yasir6
New Member
5 0 0

Sorry but it's doesn't work.

BSSCommerce-B2B
Shopify Partner
1332 354 414

Access theme.liquid and add the CSS before the </head> tag

 

[id^='Slider-template'] {
    transform: translateX(-60px) !important;
}

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency