• Resolved anweb

    (@anweb)


    Hi,
    With the last update the widget events list changed and I succeded to put back thumbnails and to get all to float left but not perfect. So what css can I put to get the date as before on the right side and in bigger font-size? Also the size of the image etc. If you have some where css for all this new changes.

    Thanks,
    Annika

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Deblyn Prado

    (@deblynprado)

    Hello @anweb!
    How’re you doing?

    You can manipulate that date using .tribe-events-widget-events-list__event-date-tag-datetime class.

    See bellow an example:

    
    .tribe-events-widget-events-list__event-date-tag-datetime {
        font-size: 17px !important;
        margin-left: 30%;
    }
    

    You can copy this code and paste under “Appearance > Customizer > Additional CSS”

Viewing 1 replies (of 1 total)
  • The topic ‘Widget event list doesn’t work’ is closed to new replies.