Hi,
How do I move the SVG icon to the bottom of the Headline block in GenerateBlocks – I currently only see the option for inline left or above.
Thank you!
Hi,
How do I move the SVG icon to the bottom of the Headline block in GenerateBlocks – I currently only see the option for inline left or above.
Thank you!
Hi @venchy_123,
One approach is to add put-icon-bottom
to the class list of the Headline Block.
Then, add this CSS through Customize > Additional CSS:
.gb-headline.put-icon-bottom {
flex-direction: column-reverse;
}
Hope this helps!
Thanks, it works perfectly. I appreciate your help.