mbockmaster Posted May 1 Share Posted May 1 (edited) Hello! I'm newer to flexbox and can't seem to figure out what's causing the empty space below my summary carousels on mobile. If anyone has any insight, I would be so grateful! https://andasanas.com/events pw: 140ann In case it's helpful, here's the code I added to stack the summary items: section[data-section-id="64396857e07e6a52b47f4e0f"] { .summary-item-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .summary-item { width: 100%!important; margin-bottom: 50px; } .summary-item:last-child { margin-bottom: 0px; } .summary-carousel-pager { display: none!important; } } Edited May 1 by mbockmaster clarity Link to comment
tuanphan Posted May 4 Share Posted May 4 Add to Design > Custom CSS @media screen and (max-width:767px) { .fe-644b28a2af439541732b1369 { grid-template-rows: repeat(80,minmax(24px, auto)) !important; } } 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