• Resolved hendosdad

    (@hendosdad)


    When displaying the list of events (via the shortcode),I’d like to make the left hand column a bit wider. Is that possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    Yes, you can do this via the custom CSS page in your dashboard:

    
    #vsel .vsel-meta {width:36%;} 
    #vsel .vsel-image-info {width:60%;} 
    

    Change the values above to your needs.

    Guido

    Thread Starter hendosdad

    (@hendosdad)

    Thanks Guido for your reply. I’m delighted to say it worked!

    I also was able to combine the start and end dates with a hyphen to separate them (as per sammoda82’s post, “Combining Start and End Date /”) and have provided the code on that post just in case there are others who are wanting to do the same.

    https://ww.wp.xz.cn/support/topic/combining-start-and-end-date/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Column width in event list’ is closed to new replies.