How can I center align my featured products on my website?

as you can see, I feel like everything is too right aligned instead of being centered. is there an option everything can go to the left?
the site - https://century8mm.com

Hello there,
Working fine!
Screenshot :- https://image.prntscr.com/image/-9XKI7FVRH6tv8gBp1BeGw.png

hii, @bakyboy
Paste this code on top of the style.scss file.

@media only screen and (min-width: 992px) {
.wide-container.half-gutter.section-spacing {
    position: relative !important;
    left: -240px !important;
}
}
1 Like

hey, i tried it
but it takes everything on the home page to the left
like that,

hey can anyone help?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > styles.css.liquid and paste this at the bottom of the file:
.collection-block .price, .product-block .price{
text-align: center!important;
}
a.caption.upper span.title {
text-align: center!important;
}
1 Like

when im using a smaller window it works fine, also full screen on my 13" laptop
but on my 29" ultra wide screen it appears like this -

store link - https://century8mm.com/

hey, anyone?

no one has an answer?