Site logo

Archived topic

Generate Blocks Headline Icon to the right

5 replies · Started by Jason on May 24, 2020

Viewing posts 1–6 of 6

How do I move the SVG icon to inline right of Headline block in GenerateBlocks - I currently only see the option for inline left or above

Hi there,

there isn't currently an option to do that.
It would require Custom CSS.

Try adding this CSS:

.reverse-icon.gb-headline {
    order: -1;
    margin-right: 10px;
}

Then edit the Heading Block and under Advanced give it an Additional CSS Class of:

reverse-icon

Works perfectly! Thanks

You're welcome

Hello GeneratePress/Blocks Team,

I am interested also in achieving this but the given instructions no longer appear to work. Has something changed, and if so what would I need to adjust please?

Many thanks for your help as always.

Hi there,

that code should work - but it depends on the block settings - if you want to start a new topic and share a link to where i can see the headline then i can advise.

This archived topic is closed to new replies.