Replies: 0
Hi all,
New WordPress user here…using the fotographie theme. I have several tables set up for pricing, and I am having trouble with the mobile view of the tables. The first column in each table separates into several lines and leaves a large amount of white space between the text and the next column. I would like it to look similar to the monitor view (the text on 1-2 lines). I used the TablePress plugin and added the following css to fix the problem initially (but it is no longer working):
div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Please help!
Thanks!
Jessica