how do use up the extra white space on my products page

Solved

how do use up the extra white space on my products page

currentstyl
Tourist
13 0 3

hi guys,

how do i use up or remove the extra white space on my products page because i feel like my products are too small. im using dawn theme v15.1
Screenshot 2024-09-01 020815.png

 

id be really grateful if someone guided me.

 

url: https://currentstyl.com

Accepted Solution (1)

WalkYourStyle
Explorer
440 54 78

This is an accepted solution.

To remove the space follow the below instructions:

1. Go to 'Online Store' -> Themes -> Edit Code

2. In the assets folder locate the file 'base.css'

3. At the bottom of the 'base.css' file paste the below code

/* Remove space in collection grid */
.collection.page-width {
    padding: 0;
}

This will slightly increase the size of the product cards.

A better way in my opinion, to make the product cards larger is by reducing the number of products per row in your theme's customization settings.

View solution in original post

Replies 4 (4)

WalkYourStyle
Explorer
440 54 78

This is an accepted solution.

To remove the space follow the below instructions:

1. Go to 'Online Store' -> Themes -> Edit Code

2. In the assets folder locate the file 'base.css'

3. At the bottom of the 'base.css' file paste the below code

/* Remove space in collection grid */
.collection.page-width {
    padding: 0;
}

This will slightly increase the size of the product cards.

A better way in my opinion, to make the product cards larger is by reducing the number of products per row in your theme's customization settings.

currentstyl
Tourist
13 0 3

Just as you said it did slightly increase the size of the product cards but not exactly what I was aiming for,

currentstyl_0-1725129585867.png

I wanted it to look like this, is there a way to do so? Thank you.

WalkYourStyle
Explorer
440 54 78

If the product card reaches a certain width and height, it won’t fit in a 4-column row. Have you tried reducing the number of columns to 3? You might prefer it.

currentstyl
Tourist
13 0 3

It's an acquired taste haha, anyways thank you for the help