Hi,
im looking to move up the size guide and variant maybe 10/15px on my product page
Hi,
im looking to move up the size guide and variant maybe 10/15px on my product page
Hey @Luxurymrkt
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Luxurymrkt
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
.product-single__meta .product-block {
margin-bottom: 0 !important;
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Thank you