Thread Starter
Jim
(@jwmc)
Thank you Guido,
When entering an event, under the “Event Meta” column, are the fields “Link to more info” and “Link label”. I use these for external links.
In my event list (http://109.73.239.174/~cookand3/forestpathology.org/ and look down in the sidebar) that link is the last of the meta items. But if I enter anything in the big main field, that goes below the Link to more info. I was hoping to get Link to more info at the bottom.
Jim
Thread Starter
Jim
(@jwmc)
Thank you Guido, that is very helpful. It was hard to understand all the selectors, but I was eventually able to modify the CSS to get pretty much what I wanted.
Just in case you or anybody else cares, the following is to control font size (separately for widget title, event title, and event details), reduce spacing between the elements, and indent the event details a bit under the event title.
The only thing I might wish is to have the “More info” link at the end of the fields, but I will wait for you paid pro version I guess.
vsel-widget h4 {
font-size:20px;
margin-bottom:15px}
#vsel .vsel-meta-title {
font-size:14px;
margin-bottom:8px }
#vsel .vsel-meta-date,
#vsel .vsel-meta-location,
#vsel .vsel-meta-link,
#vsel .vsel-meta-info,
#vsel .vsel-info {
font-size:10px;
margin:0 0 3px 8px;}