By martinsai on Wednesday, 24 November 2021
Replies 5
Likes 0
Views 0.9K
Votes 0
Hi Team,
really tried a lot but could not find out how to change the widths of the 4 columns. I want the date in 1 line f.e. or the title column longer. Where to change this? see https://2021.klaus-seidl.de/termine.html
Hello,

So for the 'Datum' you can use:


#eventlist .eventlist_col:first-child { min-width:130px;}


Added to your JEvents Custom CSS section.
The Titel would be:


#eventlist .eventlist_col:nth-child(2) { min-width:600px;}


Many thanks
Tony
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
thnx Tony, what a great help!
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
it seems the table is not responsive though....is there a way?
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

This table can't be responsive, it's designed as a desktop admin view. You could make the table horizontal scrollable with:


#eventlist {overflow: scroll;}


Many thanks
Tony
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
thnx, I see
but when I emebd yr code the scroll bar is not only horizontal but also vertical.....
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post