EYMOW Posted December 7, 2020 Posted December 7, 2020 Site URL: https://www.eastyorkmealsonwheels.org Hi! I am having a small issue with a number counter I have added to my site not properly displaying on mobile. As you'll likely be able to tell from this post, I am not too experienced or knowledgable with coding. I have a number counter near the bottom of my home page on www.eastyorkmealsonwheels.org which works beautifully on Desktop. Unfortunately, I cannot seem to figure out the proper coding to format it for the mobile version. I'm sure this is a simple fix for those who are pros with SS coding. Could someone help me out? Any help is much appreciated. Thank you!
tuanphan Posted December 9, 2020 Posted December 9, 2020 Add to Home > Design > custom CSS @media screen and (max-width:767px) { .counter { width: 100%; } .wrapper { width: 100%; } } 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!)
EYMOW Posted December 9, 2020 Author Posted December 9, 2020 4 hours ago, tuanphan said: Add to Home > Design > custom CSS @media screen and (max-width:767px) { .counter { width: 100%; } .wrapper { width: 100%; } } Thank you so much!!! Worked like a charm. You are extremely helpful, thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.