Vaishnavi Posted November 27 Posted November 27 Site URL: https://cylinder-potato-479c.squarespace.com/ I want to display this summary block in a way so that the image images are on the side of the content blocks instead of being on top of it. How do I fix this? Attached below the intended way of designing the section. Site: https://cylinder-potato-479c.squarespace.com/
tuanphan Posted Thursday at 09:00 AM Posted Thursday at 09:00 AM Use this approach, it has 2 options: left text/right image & left image/right text 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!)
Solution Vaishnavi Posted Thursday at 11:50 AM Author Solution Posted Thursday at 11:50 AM 2 hours ago, tuanphan said: Use this approach, it has 2 options: left text/right image & left image/right text Thank you for your respone. I ended up using this css code: @media screen and (min-width:768px) { section[data-section-id="673f1a9a3f897b7b53b5b696"] .summary-thumbnail-outer-container { float: left; width: 80vw; height: 80vw; margin-right: 20px; } } @media screen and (min-width: 768px) { section[data-section-id="673f1a9a3f897b7b53b5b696"] li { flex-direction: row !important; align-items: center; } section[data-section-id="673f1a9a3f897b7b53b5b696"] .list-item-content { margin-left: 40px !important; width: 60vw; } .list-item-media { margin-right: 0px !important; } }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment