DVoan Posted November 4, 2021 Share Posted November 4, 2021 Site URL: https://www.christopherbmooney.com/shop-art Hello, I'm having trouble figuring out how to center everything on this "Quick View" page of Summary Section. Could anyone help me figure out the css code for this? Also, I'm not a huge fan of that spacing from the title and price. I'd like for that to be closer and for the "View Full Item" to have more spacing. Link to comment
Solution tuanphan Posted November 7, 2021 Solution Share Posted November 7, 2021 Add to Design > Custom CSS /* center quickview content */ div.lightbox-inner section>* { margin: 0 auto; } div.lightbox-inner .product-price { line-height: 2em; margin-bottom: 20px; } 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
DVoan Posted November 8, 2021 Author Share Posted November 8, 2021 On 11/7/2021 at 1:28 AM, tuanphan said: Add to Design > Custom CSS /* center quickview content */ div.lightbox-inner section>* { margin: 0 auto; } div.lightbox-inner .product-price { line-height: 2em; margin-bottom: 20px; } Thanks so much Tuan! 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