[WCPS] css for space between products

0
[WCPS] css for space between products 1
melvinwang
Nov 25, 2020 02:20 PM 1 Answers
Member Since Nov 2020
Subscribed Subscribe Not subscribe
Flag(0)

Hi,

I would like to create space between products like this

View post on imgur.com

This is the sample link I used WCPS on

May i know the CSS to add to create space between products for

  1. Desktop: 20px
  2. Tablet: 15px
  3. Mobile: 10px

Kindly advise.

 

TQ

 

Melvin

2 Subscribers
[WCPS] css for space between products 1
[WCPS] css for space between products 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
[WCPS] css for space between products 4
PickPlugins
Nov 26, 2020
Flag(0)

Welcome to our forum.

There is option for margin but not for mobile and tablet, this will apply on all device, although you can add custom css to do this.

https://imgur.com/j13aXoc

.wcps-container .item {
margin: 10px;
}

[WCPS] css for space between products 5
PickPlugins
- Nov 30, 2020 08:25 AM
Flag (0)
0

Glad to know that.

[WCPS] css for space between products 6
melvinwang
- Nov 27, 2020 09:22 AM
Flag (0)
0

Hi Dear,

Thanks for your guide. It's resolved.

I appreciate it very much.

Thank you with love

Sign in to Reply
Replying as Submit