How can I center my featured product on the page?

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

GeffDoe

Thank you

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.

1 Like

thank you

1 Like

you are welcome !