torsgrantham Posted November 5, 2021 Share Posted November 5, 2021 (edited) Site URL: https://podcastology.co/templates/solo-episode-planner Hi, I'm wondering if there's a way to use the space on a product page better than the default settings currently do. I'm using Wells and I'd like to move the .product-description section up under the image carousel if possible, but only on tablet and upwards (or wherever the two columns kick in) so that blank space on the left is filled a bit better. Product Page: https://podcastology.co/templates/solo-episode-planner If possible, I'd also like to put the price and the buy now button on the same line, is that doable? Many thanks in advance! Tors Edited November 9, 2021 by torsgrantham clarification Beyondspace 1 Link to comment
tuanphan Posted November 7, 2021 Share Posted November 7, 2021 Add to Design > Custom CSS /* Table products */ @media screen and (max-width:900px) { div#productGallery { width: 100% !important; float: none !important; } div#productDetails { width: 100% !important; float: none !important; } } Then save & reload the site 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
torsgrantham Posted November 8, 2021 Author Share Posted November 8, 2021 Thanks tuanphan, unfortunately that's made no difference to the layout. Just for clarity, I've upload an image to show what I'm after a bit better as I'm not sure I'm explaining it very well, and the change needs to be on desktop only please. Beyondspace 1 Link to comment
tuanphan Posted November 10, 2021 Share Posted November 10, 2021 On 11/8/2021 at 6:54 PM, torsgrantham said: Thanks tuanphan, unfortunately that's made no difference to the layout. Just for clarity, I've upload an image to show what I'm after a bit better as I'm not sure I'm explaining it very well, and the change needs to be on desktop only please. The product url doesn't exist. Can you check it again? Beyondspace 1 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
torsgrantham Posted November 11, 2021 Author Share Posted November 11, 2021 23 hours ago, tuanphan said: The product url doesn't exist. Can you check it again? It's https://podcastology.co/templates/solo-episode-planner - sorry, I'd updated the link but it looks like only the text and not the link itself was amended, it should work now Link to comment
Solution tuanphan Posted November 14, 2021 Solution Share Posted November 14, 2021 On 11/11/2021 at 3:30 PM, torsgrantham said: It's https://podcastology.co/templates/solo-episode-planner - sorry, I'd updated the link but it looks like only the text and not the link itself was amended, it should work now Add to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('.product-description').insertAfter('div#productThumbnails'); }); </script> torsgrantham 1 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
torsgrantham Posted November 14, 2021 Author Share Posted November 14, 2021 59 minutes ago, tuanphan said: Add to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('.product-description').insertAfter('div#productThumbnails'); }); </script> You're the best, thank you so much! 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