• Resolved Johan WALTER

    (@johan_walter)


    Hi

    On Time Line block, when we have an item with content on the right and date on the left, the date is not close to the time line, it is aligned on the left
    Screenshot Frontend https://prnt.sc/r14nk8
    Screenshot Backend https://prnt.sc/r14nqo

    Is there any chance you can correct this or enable settings for this part (alignent, font, font size etc…)

    Thanks

    Regards

    Johan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor motopress

    (@motopress)

    It may happen if ‘text-align’ style set to Paragraph in your theme.
    You can quick-fix it with the next css-code:

    
    .wp-block-getwid-content-timeline-item__meta-content {
        text-align: inherit;
    }
    

    We’ll make a fix in the future update.

    Thread Starter Johan WALTER

    (@johan_walter)

    Hi

    It works !
    Thanks

    Johan

    Plugin Support dimned

    (@dimned)

    Hi @johan_walter,
    We are happy to notify you that this case has been fixed in new version of getwid plugin 1.5.3.

    Thread Starter Johan WALTER

    (@johan_walter)

    Hi

    Just updated plugin !
    It works !

    Thanks

    Johan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Time Line – Date align’ is closed to new replies.