ywilke Posted February 3, 2021 Share Posted February 3, 2021 Site URL: https://www.facciolawinebar.com Hey there! I'm setting up an e-commerce and followed a tutorial from the forum to move the additional info to under the product description I found here on the forum (not sure which one at this point, sorry!) It worked really well on the desktop version of our website. But it kinda looks wonky on mobile and since I'm a newbie with coding I couldn't figure it out myself. Is there any way I can have the additional info in two columns like the desktop version? It looks really weird right now... Also, the description itself and the price are under the additional info on the mobile version... Site URL: https://www.facciolawinebar.com (password: test) Thanks in advance! Link to comment
tuanphan Posted February 4, 2021 Share Posted February 4, 2021 Add to Design > Custom CSS @media screen and (max-width:767px) { div#item-6018944ab6a831618521f563>.row>div { width: 50% !important; float: left !important; } div#item-6018944ab6a831618521f563>.row>div:nth-child(2n+1) { clear: left; } } ywilke 1 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
ywilke Posted February 4, 2021 Author Share Posted February 4, 2021 Hey tuanphan, thanks for taking your time to help me out! I did as you suggested but unfortunately nothing changed. I tried to clean my cache and test on other devices just to make sure but nope. I attached some screenshots. Not sure of what I am doing wrong 😞 Link to comment
tuanphan Posted February 5, 2021 Share Posted February 5, 2021 It seems each page needs a different code. Can you share link to product in screenshot? 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
ywilke Posted February 17, 2021 Author Share Posted February 17, 2021 Hi @tuanphan! Sorry for taking so long to answer you (and thanks in advance for all your help) The link for the product screenshot is this one: https://www.facciolawinebar.com/shop/p/ribolla-gialla (since it was a minor thing and doesn't affect the website functionality, the shop is already live and no password needed) Link to comment
Solution tuanphan Posted February 19, 2021 Solution Share Posted February 19, 2021 On 2/17/2021 at 11:20 PM, ywilke said: Hi @tuanphan! Sorry for taking so long to answer you (and thanks in advance for all your help) The link for the product screenshot is this one: https://www.facciolawinebar.com/shop/p/ribolla-gialla (since it was a minor thing and doesn't affect the website functionality, the shop is already live and no password needed) Add to Design > Custom CSS @media screen and (max-width:767px) { div#item-6018972c2169141427aaef61>.row>.col { width: 50% !important; float: left !important; } div#item-6018972c2169141427aaef61>.row>.col:nth-child(2n+1) { clear: left; } } ywilke 1 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
ywilke Posted February 19, 2021 Author Share Posted February 19, 2021 That worked like a charm! Thank you so much for all your help and patience 😊 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