DVoan Posted November 4, 2021 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.
tuanphan Posted November 7, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
DVoan Posted November 8, 2021 Author 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.