Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #717200

    Hi,

    can you please help me get the tables on my four CV-pages (http://www.dieengagierten.at/das-team/dr-thomas-laschitz/, http://www.dieengagierten.at/das-team/dr-christoph-reisner-msc/, http://www.dieengagierten.at/das-team/dr-martina-hasenhuendl/, http://www.dieengagierten.at/das-team/dr-milana-unterweger/) responsive? Now the content doesn’t wrap, so the wider content of the left hand column flows over to the right hand column, and the content of the right hand column gets cut off where the screen ends.

    Thanks!

    #718027

    Hey vonJanne!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
       .avia_scrollable_table .avia-table {
       	width: auto;
    }}

    Cheers!
    Yigit

    #718137

    Hi,

    Thanks, that’s a start, but it only makes the left hand column wider so the content of it fits into the cells (see screenshot URL provided in the “private content” part of this message). What I need is for the whole table to fit within the screen-width, hence the content to wrap. Appreciate your help!

    Cheers,
    Janne

    #718262

    Hi,

    I am afraid it would not be easily possible to show the table on mobile as it is on desktop. Currently tables are scrollable on mobile, the best way to display them on mobile :)

    Best regards,
    Yigit

    #718676

    Hi,

    looking for an alternative way to get the table-width to adjust to the screensize I just happened to notice that this is actually an option in the panel!? On the table element itself there is a tab called “Table Options”, and at the bottom of that page there is an option for “Responsive Styling” where I can actually choose “Adjust table to screen size”! Did you not know this, or did I not phrase my question well?

    Anyway: This option does just what I need it to do, so case closed :-)

    • This reply was modified 8 years, 4 months ago by vonJanne. Reason: Figured it out :-)
    #718753

    Hi,

    Sorry, i assumed that it was already chosen as we have included similar solution that i provided to upcoming release.
    Glad it is working fine! Let us know if you have any other questions or issues and enjoy the rest of your day! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Table not responsive’ is closed to new replies.