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

How to remove white line from promotion grid

How to remove white line from promotion grid

lagentilestore
Excursionist
63 0 13

Please see attached picture

 

on the left side (green) is some white space showing. How can I remove this? Image should have full page width just like the other images from the promotion grid. 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3080

Hi @lagentilestore 

Are you referring to this one?

Made4uoRibe_0-1729892061614.png

If it is, try this.

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.flex-grid__item.flex-grid__item--100.flex-grid__item--advanced_JYGAkC.type-advanced {
    padding-left: 0;
}

 

  • And Save. 
  • result:
  • Made4uoRibe_1-1729892124178.png

     

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
lagentilestore
Excursionist
63 0 13

Yes that is what I mean!

 

Your code is not working unfortunately..