hi
im looking to move the variant position down 5px and the size guide right above it.
my site is https://luxurymrkt.com
hi
im looking to move the variant position down 5px and the size guide right above it.
my site is https://luxurymrkt.com
Hi @Luxurymrkt
This is BSS Commerce - Full-service eCommerce Agency. We’d love to suggest you this solution:
.variant-input-wrap {
margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
.variant-input-wrap {
margin-top: 5px !important;
}
}
Hope this helps you.