Archived topic
headline icon on right
1 reply · Started by Marcela on June 30, 2022
Viewing posts 1–2 of 2
Hi
i created my custom svg icon but i want it on right side of the heading, for this i try to apply these instructions found in this thread
https://generatepress.com/forums/topic/generate-blocks-headline-icon-to-the-right/#post-1300475
but its not working for me can you tell me what is the issue with my css.
here is my page where i am trying to add icon https://www.gryffin.com/new-home-page/.
Hi there,
Try this:
.reverse-icon.gb-headline {
flex-direction: row-reverse;
margin-right: 10px;
justify-content: flex-end;
}
This archived topic is closed to new replies.