Skip Navigation

[Resolved] Need to add padding to products on my Archive Products template

This support ticket is created 7 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 4.94 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by ChristineL838 7 years ago.

Assisted by: Luo Yang.

Author
Posts
#585489
Screen Shot 2017-11-02 at 16.17.20.png
Screen Shot 2017-11-02 at 16.17.06.png
Screen Shot 2017-11-02 at 16.17.39.png

I am trying to: add padding to products on my archive products page

Link to a page where the issue can be seen: hidden link

I expected to see: Padding around all sides of the photos

Instead, I got: the photos have nice space around the left and right, but top and bottom are end to end. See screenshots. I added css and class. I'd like white space around all sides of the photos. Not sure why it's not working ;-/

#585703

Dear Christine,

It is a custom CSS problem, for example you can try this:

a.extra-spacing img{
margin-top: 16px;
}
#587471

Thanks !