fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

padding last item mobile/tablet

Thomas Nissen

Hi,
with 3 variations the last item has no padding to the second item. Only mobile and tabletDesktop-screenshot (1).png

Hakik Zaman

Hi Thomas,

Thanks for reaching out to us. The issue is coming from the Divi theme. They have some CSS for <li>, which overrides our CSS behavior.

Please add the bellow CSS at Appearance > Customize > Additional CSS

@media screen and (max-width: 980px){
   .et-db #et-boc .et-l .et_pb_shop ul.products li.variable-item:nth-child(2n+2){
      margin: 4px 8px 4px 0 !important;
   }
}

Thank You

Hakik Zaman

Hi Thomas,

Can you please give us temporary admin access to your site? We’ll try to investigate the issue for you.

You can add new users by going to Users > Add New set the user and password for us, set the role to admin, and set the info here.

And add your site URL, login username, and password in the site login area. Follow this guideline: https://www.useloom.com/share/27c1f2ac633c4060b2da883d946107d7

Hope to hear from you soon!

Hakik Zaman

Hi Thomas,

Thanks for the login credentials. From my side, everything is working fine.

Please check this screenshot. I think it is maybe caching issue, please clear the cache (Browser Cache + Caching Plugin Cache + Server-side cache)

Thank You