• Resolved no24

    (@no24)


    Is it possible to have the date and title on the same line? As an example:

    01 May First day of May
    Time: 10am

    02 May Second day of May
    Time: 10am

    etc.

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

    (@guido07111975)

    Hi,

    On the events list page you can do this by using some custom CSS:

    
    .vsel-meta-title {clear:none; float:left; margin-right:20px;}
    

    You might have to add this for the date label:

    
    .vsel-meta-start-date, .vsel-meta-single-date {clear:none;}
    

    Guido

    Thread Starter no24

    (@no24)

    Guido,

    Thank you for your guidance – I know very little about CSS. Your suggestions did not quite give me the result I wanted. However, it allowed me to do some research. I came up with the following which seems to work. I wanted the date first followed by the event title. Do you see any problems with it that might interfere with your plugin elsewhere?

    .vsel-meta-start-date vsel-meta-single-date {clear:none; float:left; width:25%;}
    .vsel-meta-title {clear:none; float:right; width:75%;}

    Robbie

    Plugin Author Guido

    (@guido07111975)

    Hi Robbie,

    If this works for you.. looks fine to me.

    Besides my plugin your theme-styling could also affect the elements of my plugin. So that’s why my fix doesn’t work at your site, I guess.

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Date and Title on the same line’ is closed to new replies.