rinh
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Not mobile responsive at allHi and thank you for your answer.
I added some media query CSS for mobile and tablet and it worked out great.
Despite some weird device breakpoints I have to say the plugin seem pretty awesome so far and very feauture rich.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Not mobile responsive at allI found the issue in the CSS
.mec-calendar-side
min-width: 600px !important;The min width here causes the calendar to not adjust properly for various small devices. However I’m not sure what to do about it yet as I can’t delete this line.
Solved this some hours after posting. I’ll post the solution in case anyone else would need it sometime.
It turned out the heading had a z-index of 10 that I had missed. For some reason when that was set it wouldn’t matter what value I gave the other elements. The z-index from the header had to be removed entirely, not set to any value or it wouldn’t work.
Thanks for the fast reply. That is completely understandable. I’ll look into it more carefully!
Greetings
I just found this some hours ago when searching for a solution to alter the header height. I’ve been trying it on my child theme. I can’t make it work as it is on your site Steven. My header image gets zoomed in and is blurry. I pasted all CSS code in to be sure, even though there’s some things in it I’m not aiming to use, I pasted all PHP code into the child themes functions.php. I even tried using your header image just in case. When trying to add a new image the suggested height is 600 instead of 1200 so something seem to have changed. Am I supposed to add something else?
Thanks in advance!