jhills7090 Posted August 6 Share Posted August 6 Hi, I have an event calendar which is going over the website header when pressed on mobile, I am happy with the look on desktop view but would there be a way to make this more stylish and easier to read for mobile users with CSS? Website - http://www.tourjet.co.uk Link to comment
HoaLT Posted August 6 Share Posted August 6 22 minutes ago, jhills7090 said: Hi, I have an event calendar which is going over the website header when pressed on mobile, I am happy with the look on desktop view but would there be a way to make this more stylish and easier to read for mobile users with CSS? Website - http://www.tourjet.co.uk Have you figured it out yet? I checked that your event lalendar works correctly now Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) Link to comment
jhills7090 Posted August 6 Author Share Posted August 6 Hi sorry for some context. I want to make sure this text doesn't overlap. Without having to increase the section length. Many Thanks. Link to comment
Solution tuanphan Posted August 10 Solution Share Posted August 10 On 8/7/2024 at 5:15 AM, jhills7090 said: Hi sorry for some context. I want to make sure this text doesn't overlap. Without having to increase the section length. Many Thanks. You can use this to Website Tools > Custom CSS to prevent overlap problem @media screen and (max-width:767px) { section:has(.yui3-calendar-day-selected) { z-index: 99999999 !important; position: relative; } section:has(.yui3-calendar-day-selected) .fe-block.fe-block-c7e90db14e2a1756a855 { opacity: 0 !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
jhills7090 Posted August 10 Author Share Posted August 10 Brilliant, Thank you - that's perfect 🙂 Link to comment
jhills7090 Posted August 10 Author Share Posted August 10 (edited) Just another quick question please, this works for the September 2024 - but if you look at May and June 2025 - it has the original affect - is there a way to fix it for the entire calendar? Edited August 10 by jhills7090 Wrong Month - meant September 2024 Link to comment
jhills7090 Posted August 12 Author Share Posted August 12 Hi @tuanphan , I was just wondering if you had any update on this please? Thank you for your help so far. Link to comment
jhills7090 Posted August 13 Author Share Posted August 13 Hi @tuanphan , It's solved now - I just moved the elements below to the back. Many Thanks, tuanphan 1 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