Kyler Posted July 27, 2020 Share Posted July 27, 2020 Site URL: https://k2.life This is how it looks on a desktop version, how would I go about making two images at a time to show? Also is it possible to make the "Some of Our Recent Customers" to display at the beginning rather than the middle. Link to comment
Solution tuanphan Posted July 28, 2020 Solution Share Posted July 28, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1595186156795_77770+.row>.col { width: 50% !important; float: left !important; } div#block-yui_3_17_2_1_1595191726115_37578+.row>.col { width: 50% !important; float: left !important; } div#page-section-5f149bf940592a3871aa45ab .span-12>.row:nth-child(4)>.col { width: 50% !important; float: left !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
Kyler Posted July 28, 2020 Author Share Posted July 28, 2020 4 hours ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1595186156795_77770+.row>.col { width: 50% !important; float: left !important; } div#block-yui_3_17_2_1_1595191726115_37578+.row>.col { width: 50% !important; float: left !important; } div#page-section-5f149bf940592a3871aa45ab .span-12>.row:nth-child(4)>.col { width: 50% !important; float: left !important; } } Thank you so much! Quick question, how do you identify the page section? 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