Hello,
I am trying to re-position the product card info on: https://bit.ly/3rGPsJt so that it is centre and relative to featured image.
I’ve add the following code to the base.css file
Is it possible to add code such that the product card info stays centre as the screen changes size?
@media only screen and (min-width: 1200px) {
#ProductInfo-template--16394678730996__19e44ff5-bd64-4cc4-89c2-50d289b7dace {
margin-top: 7.5em;
}
}
thanks
nooroots

