artbln Posted September 19, 2020 Share Posted September 19, 2020 Site URL: https://www.artblane.store/ Hi all, I've got an issue with some code blocks I'm using on my site. I have got the code blocks, which I am using as Category Navigation buttons, (wanted the hover feature so used some code) functioning well on desktop mode. However on mobile view they stack on top of each other. I'm trying to find out how I can code them to appear side by side in mobile view (As they would if they were in a gallery block) this is the page https://www.artblane.store/shopall password is editedit Link to comment
tuanphan Posted September 21, 2020 Share Posted September 21, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { div#page-section-5f6681abdc971b4710571861>.row>.span-4 { width: 33.33% !important; float: left !important; } } 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!) Link to comment
artbln Posted September 21, 2020 Author Share Posted September 21, 2020 Thank you so so much, you saved me @tuanphan. I hope everyone can benefit from this solution. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.