Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #376086

    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

    #376487

    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

    #376990
    This reply has been marked as private.
    #377250

    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

    #377320
    This reply has been marked as private.
    #377724

    Let us know if it works so we can mark the topic as resolved.

    Regards,
    Josue

    #379379
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Make tables non responsive’ is closed to new replies.