alexvizniuk Posted December 1, 2022 Share Posted December 1, 2022 I need to change the layout of the product description for mobile version. First, how do I make the title font smaller. I did try to go into design-fonts styles-assign fonts- item(product) title, but it does not change something at all. Second, how to make the spacing between the title and price smaller? And last, how to make the "add to cart" button proportianate to "quantity" button? I attached the screenshot below for better understanding. The link for product page is: https://www.vizniuk.com/everything/p/white-tee Thank you! Link to comment
alexvizniuk Posted December 1, 2022 Author Share Posted December 1, 2022 Also, I had another question about product page. How do I add a page link "size charts" on the product page, below the "choose size" button? Thanks again. Link to comment
Solution tuanphan Posted December 2, 2022 Solution Share Posted December 2, 2022 #1. #2.Add to Design > Custom CSS @media screen and (max-width:767px) { h1.pdp-details-title { font-size: 20px; margin-bottom: 0px !important; } div.sqs-add-to-cart-button { padding-top: 10px !important; padding-bottom: 10px !important; } } #3. You can add a Button Block in Additional Info, then we can give code to move it under choose size button & turn button style to link style Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
alexvizniuk Posted December 2, 2022 Author Share Posted December 2, 2022 Thank you so much, Tuan!! Link to comment
alexvizniuk Posted December 3, 2022 Author Share Posted December 3, 2022 23 hours ago, tuanphan said: #1. #2.Add to Design > Custom CSS @media screen and (max-width:767px) { h1.pdp-details-title { font-size: 20px; margin-bottom: 0px !important; } div.sqs-add-to-cart-button { padding-top: 10px !important; padding-bottom: 10px !important; } } #3. You can add a Button Block in Additional Info, then we can give code to move it under choose size button & turn button style to link style is there any other option to do the size chart, without putting it in additional info? or do I need to put it in in all of those? Link to comment
tuanphan Posted December 4, 2022 Share Posted December 4, 2022 22 hours ago, alexvizniuk said: is there any other option to do the size chart, without putting it in additional info? or do I need to put it in in all of those? Same size chart link for all products or different? If different, the easiest way is add to Additional, if same, let me know, we will give a script code to add it for all products Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment