carolannebourget Posted November 11 Share Posted November 11 Hi! I would like to reduce some spaces on my product page (especially for the mobile version) : between the header and the image of the product between the bottom of the product image and the title Also, I noticed that the text on my mobile menu doesn't seem at the center. * (see images below) Is there css codes that could help me with all that? Thank you so much! Carolanne Link to comment
carolannebourget Posted November 11 Author Share Posted November 11 url of my website: https://aspectgraphite.com/ Link to comment
Solution Web_Solutions Posted November 11 Solution Share Posted November 11 1 hour ago, carolannebourget said: url of my website: https://aspectgraphite.com/ Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media screen and (max-width: 767px) { .products article.ProductItem { padding-top: 0 !important; } .products article.ProductItem .ProductItem-nav { padding: 0 !important; } .products article.ProductItem .ProductItem-gallery { padding-bottom: 0 !important; } } Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
carolannebourget Posted November 11 Author Share Posted November 11 It really helped thank you! Is there a code to reduce bottom space of the header? I think that's what create a space too on top of my pages. Also, is there a way to center the text / buttons on my mobile menu? Thank you! Link to comment
Web_Solutions Posted November 11 Share Posted November 11 17 minutes ago, carolannebourget said: It really helped thank you! Is there a code to reduce bottom space of the header? I think that's what create a space too on top of my pages. Also, is there a way to center the text / buttons on my mobile menu? Thank you! Please replace your logos with below. Because your logo has blank space. I have removed those space. Kobir 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
carolannebourget Posted November 11 Author Share Posted November 11 I've changed the logo on my pages and it worked great! Somehow I can't change the logo on my store page and on my product details page (on desktop now)? Thank you for your help, it's really appreciated! Link to comment
Web_Solutions Posted November 11 Share Posted November 11 5 hours ago, carolannebourget said: I've changed the logo on my pages and it worked great! Somehow I can't change the logo on my store page and on my product details page (on desktop now)? Thank you for your help, it's really appreciated! There you have add the logo by custom code. Can you upload the white logo on your website and send me the link? Then I can provide you the code. If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
carolannebourget Posted November 13 Author Share Posted November 13 Hi! I found the solution regarding the white logo. Is there a way to reduce the space of the top of the product details page on desktop? (image below) Thank you once again! Link to comment
tuanphan Posted November 18 Share Posted November 18 On 11/14/2023 at 6:27 AM, carolannebourget said: Hi! I found the solution regarding the white logo. Is there a way to reduce the space of the top of the product details page on desktop? (image below) Thank you once again! You can add this CSS code .ProductItem .ProductItem-summary { align-items: flex-start !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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