Hi!
I added several product grids to the lower part of front page of: https://designedbydean.com/
How can I center these elements? I tried:
.eacs-product-carousel {
margin: 0 auto !important;
}
putting this css in the styles field:
margin-left:auto; margin-right:auto;
text-align:center;
I centered the section, row and colum but none of these worked.
Could you help me find the correct CSS?
