Featured collection resize and center on the home page

hello , i need help with my store home page , i had a feature collection on the home page but i want them to be in the center of the page and also resize them

my store url : https://my-upwork-clients.myshopify.com/

the password : 123

1 Like

@wahi

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.page-width {margin: 0 auto;}
.grid--view-items {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
1 Like

hey KetanKumar thank you a lot !important :grinning_face_with_smiling_eyes:

another thing if you can help, how I can adjust a space between these products

appreciated

1 Like

@wahi

yes please provide screenshort

1 Like

the same three product on the home page , how i put space between them , i cant take screenshot for some reason

1 Like

@wahi

do you have like this look?

1 Like

yes these, i want to adjust the spacing between each of them

1 Like

@wahi

yes please just add this code that’s it

.page-width {margin: 0px auto;}
1 Like

didn’t work ,

also if you have a code that i can adjust the spacing using numbers value ( Example: margin: 0px 0px )

i need more space between each of them

thank u

FIRST PRODUCT —> SECOND PRODUCT —> THIRD PRODUCT

SPACE SPACE

thank you a lot Kumar

i just adjust the first code you gave me

from ( justify-content: center; )

to this ( justify-content: space-between; )

its add more spacing between the items

i appreciate !

1 Like

@wahi

its my pleasure to help us also thanks for update code share