moving the featured product on homepage a bit left

bakyboy
Excursionist
78 0 2

as you can see, the featured product feels not centered to me, id like it to be a bit to the left
how can I change that? link - https://century8mm.com

Screen Shot 2021-06-20 at 11.34.39.png

Replies 3 (3)

Kinjaldavra
Shopify Partner
2302 570 1422

hello @bakyboy 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-1603099919f175a102 .theme-img{
        width: 100% ;
        margin: 0 auto ;
        margin-right:0px  !important;
}
#shopify-section-1603099919f175a102 .rimage__image {
    margin:0 auto!important ;
}

 

bakyboy
Excursionist
78 0 2

@Kinjaldavra hey it kinda fucked my site, I had to undo it

bakyboy
Excursionist
78 0 2

can anyone help?