Breaking elements in the mobile version
-
Hello Tobias, hope you are well and you have survived the move to another apartment without any problems.
I have a question about the elements that break in the table in the mobile version.
Here a screenschot: https://imgur.com/a/Ax9AFIn the last post you gave me this code:
.tablepress-id-1 th, .tablepress-id-1 td { border: 1px solid #cccccc; }
i add this line to the code, which i found in the support forum:
white-space: nowrap;
No more elements break with this line of code (nowrap), only the rating.
Here a Screenshot, for example the icons are perfekt in line:
https://imgur.com/a/K7YUY
But the width doesn’t fit anymore from the columns on desktop.You gave me this code, for the width:
.tablepress-id-1 .column-1 { width: 10.3%; } .tablepress-id-1 .column-2 { width: 17.3%; } .tablepress-id-1 .column-3 { width: 10.3%; } . . .
What can I do now?
? I just want everything in one line (icons, rating, text).
? And the width of the three tables should be the same on the desktop.I hope you can help me, I am desperate. have already searched so much in the support forum.
Kind regards :))
The page I need help with: [log in to see the link]
- The topic ‘Breaking elements in the mobile version’ is closed to new replies.