DIN Posted March 8, 2021 Share Posted March 8, 2021 Site URL: https://mika.squarespace.com/team Hello Community, I have big troubles to code, two Pictures/Images in a row on Mobile view. I just want to but 2 pics side by side for easy reading viewing as an attachment a screenshot I used this Code; but not really worked @media only screen and (max-width: 640px) { #page-6010255c6565ff22f92ee0c3 > .row:nth-child(1) .sqs-col-4, #page-6010255c6565ff22f92ee0c3 > .row:nth-child(2) .sqs-col-4, #page-6010255c6565ff22f92ee0c3 > .row:nth-child(2) .sqs-col-4, #page-6010255c6565ff22f92ee0c3 > .row:nth-child(3) .sqs-col-4, #page-6010255c6565ff22f92ee0c3 > .row:nth-child(4) .sqs-col-4, #page-6010255c6565ff22f92ee0c3 > .row:nth-child(5) .sqs-col-4, { width: 50% !important; clear: right !important; float: left !important; } } Please can someone help me Link to comment
tuanphan Posted March 19, 2021 Share Posted March 19, 2021 HI. It looks like you solved this? I see huge spacing between images - footer on mobile/tablet Do you want to fix this? 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
DIN Posted March 25, 2021 Author Share Posted March 25, 2021 I fixed it, yes! and, yeah i want to fix it. You have any Ideas? Link to comment
tuanphan Posted March 29, 2021 Share Posted March 29, 2021 On 3/26/2021 at 3:44 AM, DIN said: I fixed it, yes! and, yeah i want to fix it. You have any Ideas? Add to Design > Custom CSS /* space between team - footer */ @media screen and (max-width:640px) { body#collection-6010255c6565ff22f92ee0c3 section.Main-content { padding-bottom: 0; } div#block-98abb1d1dec0e7472d50 { display: none; } div#footerBlocksBottom { padding-top: 0; } } 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