ellerxyz Posted January 4, 2022 Share Posted January 4, 2022 Site URL: https://www.nuligoods.com/shop Looking for a way to put my "list title" and "list price" on the same line. Currently I'm stuck at the default (below circled in red) where they are stacked. Aiming for something like this (highlighted in yellow) where they are next to each other: My site URL is https://www.nuligoods.com/shop Thanks in advance! Link to comment
tuanphan Posted January 4, 2022 Share Posted January 4, 2022 Add to Design > Custom CSS .tweak-products-text-alignment-middle .products.collection-content-wrapper .grid-meta-wrapper .grid-main-meta { display: flex; align-items: center; justify-content: space-between; } 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
ellerxyz Posted January 4, 2022 Author Share Posted January 4, 2022 @tuanphanwow thank you so much this works great! Link to comment
ellerxyz Posted January 4, 2022 Author Share Posted January 4, 2022 Hi again @tuanphan would you happen to also know the code for putting the "item title" and "item price" on the same line on the product page too? Like this Link to comment
tuanphan Posted January 5, 2022 Share Posted January 5, 2022 8 hours ago, ellerxyz said: Hi again @tuanphan would you happen to also know the code for putting the "item title" and "item price" on the same line on the product page too? Like this On mobile only or all devices? 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
ellerxyz Posted January 5, 2022 Author Share Posted January 5, 2022 @tuanphan on all devices please! Link to comment
tuanphan Posted January 7, 2022 Share Posted January 7, 2022 On 1/6/2022 at 4:16 AM, ellerxyz said: @tuanphan on all devices please! Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.ProductItem-details .ProductItem-product-price').appendTo('h1.ProductItem-details-title'); }); </script> <style> .ProductItem-product-price { float: right; } </style> 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