How can I center my featured product on the page?

Solved

How can I center my featured product on the page?

abalves97
Explorer
89 0 18

Hi,

 

I want to move my featured product to the middle of the page. I am only going to sell one product for now and i want it to be at the centre of the page.

 

I am using the spotlight theme

 

geffcori.com

GeffDoe

 

Thank you

Accepted Solution (1)

zack_dev
Shopify Partner
92 15 15

This is an accepted solution.

slider-component ul {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

place this code on theme customzier css will make product appear in center.



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

View solution in original post

Replies 3 (3)

zack_dev
Shopify Partner
92 15 15

This is an accepted solution.

slider-component ul {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

place this code on theme customzier css will make product appear in center.



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me

abalves97
Explorer
89 0 18

thank you

zack_dev
Shopify Partner
92 15 15

you are welcome !



- Helpful? Like or Accept solution, - Buy me Coffee


-

Contact me