You need to be logged in to view a user's profile.
  1. martinsai
  2. JEvents 3.4 (Free Access)
  3. Wednesday, 24 November 2021
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
References
  1. https://2021.klaus-seidl.de/termine.html
tonyp
Support Team
Accepted Answer Pending Moderation
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!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
thnx Tony, what a great help!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
it seems the table is not responsive though....is there a way?
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 3
tonyp
Support Team
Accepted Answer Pending Moderation
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!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
thnx, I see
but when I emebd yr code the scroll bar is not only horizontal but also vertical.....
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!