LyssaTalbot Posted December 21, 2023 Share Posted December 21, 2023 Is there a way to have the default view be the "infoview" after you click on a thumbnail in a gallery page? I want the initial view to be a grid but the info to display once you open the media. I'm using the momentum template (7.0) and you can only set the initial view. I assume there is a way to do this with CSS. Thanks! www.lyssatalbot.com What happens now when you click on a thumbnail: What I want to happen when you click on a thumbnail: Link to comment
Solution tuanphan Posted December 24, 2023 Solution Share Posted December 24, 2023 Try adding this code to Website Tools (under Not Linked) > Custom CSS @media screen and (min-width:992px) { .imageWrapper.has-info { overflow: visible !important; margin-right: 516px !important; } .image-detail-wrapper { opacity: 1 !important; z-index: 1 !important; left: unset !important; right: 30px !important; top: 50% !important; transform: translateY(-50%) !important; } } 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!) Link to comment
LyssaTalbot Posted December 29, 2023 Author Share Posted December 29, 2023 Thank you so much!!!! That worked! I really appreciate your help! tuanphan 1 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