Site logo

[Resolved] how can I make this icon equal?

Home Forums Support [Resolved] how can I make this icon equal?

Home Forums Support how can I make this icon equal?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2373269
    eran

    Hi,
    How can I make the dot icon align to the headline from the left and right side?

    https://imghostr.com/a9bd34_4gk

    #2373625
    David
    Staff
    Customer Support

    Hi there,

    Have you tried adjusting the Icons > Padding values ?

    #2373827
    eran

    Yes, its still not align.
    you can see that the date is a little bit taller and the right padding is smaller.
    how can I make it look like this?

    https://imghostr.com/dfde80_8wp

    #2373904
    Ying
    Staff
    Customer Support

    you can see that the date is a little bit taller and the right padding is smaller.

    It looks aligning well to me:
    https://www.screencast.com/t/0BYd2lkHGsB

    Which right padding do you mean?

    Let me know!

    #2373933
    eran

    Check now. I cleared the cache.

    #2373975
    Ying
    Staff
    Customer Support

    Try to add a CSS class to the container block which holds the author name and date, eg. post-meta-container, then add this CSS:

    .gb-container.post-meta-container > .gb-inside-container {
        display: flex;
        align-items: flex-start;
    }

    https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/

    #2374127
    eran

    Thnaks!

    #2375522
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.