Wednesday, 24 November 2021
  5 Replies
  0.9K Visits
0
Votes
Undo
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
3 years ago
·
#223899
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

3 years ago
·
#223936
0
Votes
Undo
thnx Tony, what a great help!
3 years ago
·
#223938
0
Votes
Undo
it seems the table is not responsive though....is there a way?
3 years ago
·
#223977
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

3 years ago
·
#223989
0
Votes
Undo
thnx, I see
but when I emebd yr code the scroll bar is not only horizontal but also vertical.....
  • Page :
  • 1
There are no replies made for this post yet.