Archived topic
how can I make this icon equal?
7 replies · Started by eran on October 14, 2022
Hi,
How can I make the dot icon align to the headline from the left and right side?
Hi there,
Have you tried adjusting the Icons > Padding values ?
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?
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!
Check now. I cleared the cache.
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/
Thnaks!
No problem :)