• Resolved rmniemela

    (@rmniemela)


    Using the events widget on my homepage. The date of the event is not aligned in the middle of the calendar page graphic. Am using SiteOrigin Page Builder. Looks like the class date has a min-width of 125px; while the image has a min-width of 70px;

    I’ve temporarily fixed it with a css:

    .date {
    min-width: 70px !important;
    }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abz

    (@abzlevelup)

    Hi @rmniemela, thanks for providing more information here. It differs from different themes. In your case, it needs couple more tweaks via CSS.

    Your solution should work but you should add a parent selector to make sure it only applies to the Event Widget. See the Custom CSS here:

    .events-widget .date {
    min-width: 70px !important;
    }

    Kind Regards,
    Abz

    Thread Starter rmniemela

    (@rmniemela)

    Thanks much. Works fine now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Date not aligned’ is closed to new replies.