Hello Darling theme – Product by Category images not centered

QuestionsCategory: QuestionsHello Darling theme – Product by Category images not centered
Jori Janssen asked 2 years ago

Hi,
We experience issues in the Hello Darling theme when we insert the \’Product by Category\’ widget. The images are not centered correctly when viewing on mobile devices. All images are spaced to the right of the screen. See an example in the attachment. How can we fix this?
 
Thanks in advance.
Kind regards, Jori

Attachments
Support Team Staff replied 2 years ago

What is the URL? and where can this be found on the website?

Jori Janssen replied 2 years ago

The URL is http://www.toffjoh.com but the website is behind a maintenance page right now because we are not live with the business yet.
It is possible to give you access through the wordpress admin site if needed.
The issue is on every site where we use the widget ‘ product by category’ and viewing from a mobile device.

Support Team Staff replied 2 years ago

Yes, please send to support@helloyoudesigns.com Once we can see it will be able to see if it is theme padding, woo padding, or padding from something else.

1 Answers
Jennifer Staff answered 2 years ago

For anyone else that has this issue, it is from the Woocommerce widget being a UL and wordpress adding the default indentation for UL’s. Add this to your additional CSS to force the margin that is in the woocommerce styling.

.wc-block-grid__products {
margin: 0 -8px 16px!important;
}