-
AuthorPosts
-
October 27, 2016 at 3:56 pm #704900
Hi,
I tried to influence the table-css for mobile devices. The css impacts the table-layout in desktop-browsers, but not the layout in
mobile browsers – whether for tables nor for handy, whether the general css-settings nor the specific for the different device-widths.
!important is used.What can I do that the css influence the table-layout?
Website: http://www.triptripdrop.com, page “Produkte”
Many thanks,
DanielaOctober 31, 2016 at 7:42 pm #706440Hey Daniela,
if I use this code:
td { color: red; }then it’s also working on mobile. So what exactly are you trying to achieve?
Best regards,
AndyNovember 3, 2016 at 12:03 am #707437Hi,
I want to influence of the column-width. :-)
Thanks,
DanielaNovember 4, 2016 at 3:00 pm #708206Hi,
Please deactivate all plugins, to check if one is causing this issue and let us know about your results.
If that does not change anything then please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyNovember 18, 2016 at 1:18 am #713773Hi Andy,
I deactivated all plugins. But I got the same result. I can change the color, and other attributes but not the width.
It seems that I is calculated for responsive, so that all columns have the same width. The css-attribute width is ignored, even if I
set !important.
It seems that the calculation starts after setting the css-attributes, so that the css-attributes have no influence.Best regards,
DanielaNovember 18, 2016 at 2:06 pm #714003Hi,
your table consists too many elements for mobile. However, try this solution: https://kriesi.at/support/topic/table-element-not-working-properly-in-responsive-mode/#post-497587
Best regards,
AndyNovember 22, 2016 at 12:59 pm #715273Hi Andy,
I built the table with HTML and now it works. Thanks for your hint.
Best regards,
Danielathe topic can be closed.
-
AuthorPosts
- The topic ‘Change Table-layout for mobile devices’ is closed to new replies.
