HI,
I have bit tricky issue with Enfold responsivenes. I have week calendar which i need to display correctly on mobile. My hours don’t display
correctly when the tables are scaled to vertical mobile size. Is it possible to hack the code or make some workround to make some of the tables with fixed pixel with and disable responsive mode?
I included a private link.
Thanks
Hi unikumixx!
It seems to be working fine on my end. What is the device your using and what is it’s screen size? Can you take a screenshot and highlight what your seeing?
Regards,
Elliott
Hi!
Did you create the table manually? Add a custom css class on the time column. Something like this:
<td class="hour-column" bgcolor="#F4F4F4">10.00-11.00<br>
11.15-12.15<br>
17.00-18.00<br>
18.00-19.15<br>
19.15-20.15</td>
Use this on Quick CSS:
@media only screen and (max-width: 767px) {
td.hour-column {
min-width: 100px;
}
}
Cheers!
Ismael
Let us know if it works so we can mark the topic as resolved.
Regards,
Josue