Hi there,
Is there a way for me to make the space between the Buy it Now button and the text half the size?
Also it looks like the start of the text 'The' isn't in line with the button
Thank you!
Solved! Go to the solution
Hello chariscreativec,
Please share your site url.
So that i can check and let you know the exact solution here.
This is an accepted solution.
Hello chariscreativec,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
@media only screen and (min-width: 750px){
#shopify-section-product-template .product-form__item.product-form__item--submit.product-form__item--payment-button.product-form__item--no-variants {
margin-bottom: 0px;
}
#shopify-section-product-template .shopify-payment-button .shopify-payment-button__more-options {
margin-top: 0px;
margin-bottom: 0px;
}
#shopify-section-product-template .product-single__description.rte {
padding-left: 5px;
}
}
User | Count |
---|---|
816 | |
117 | |
82 | |
78 | |
72 |