hasher22 Posted November 27, 2021 Share Posted November 27, 2021 (edited) Site URL: https://onyxhive.com.au Hello, How do I get my 3 icons in my home page to be 3 in a row in mobile view? In desktop view is fine, and its showing 3 in a row, but mobile its showing in a column, I tried so hard to google it and inline block doesnt work. My mobile code: @media screen and (max-width:767px) { #block-yui_3_17_2_2_1638020814373_14581, #block-yui_3_17_2_2_1638020814373_16284, #block-yui_3_17_2_2_1638020814373_4525 { width: 20%; height: auto; } } Edit: I fixed it, I dont even know how, I just but a bunch of code together from people from google lol //Mobile view home page hero icons @media screen and (max-width:767px) { #block-yui_3_17_2_2_1638020814373_14581, #block-yui_3_17_2_2_1638020814373_16284, #block-yui_3_17_2_2_1638020814373_4525 { float: left !important; clear: none !important; padding-left: 5 !important; padding-right: 5 !important; width: 23%; height: auto; } } Thanks Edited November 27, 2021 by hasher22 Link to comment
Beyondspace Posted November 28, 2021 Share Posted November 28, 2021 It seems that you 've figured out, doesn't it? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you 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