Site logo

[Resolved] Generate Blocks Headline Icon to the right

Home Forums Support [Resolved] Generate Blocks Headline Icon to the right

Home Forums Support Generate Blocks Headline Icon to the right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1300039
    Jason

    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

    #1300475
    David
    Staff
    Customer Support

    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

    #1300519
    Jason

    Works perfectly! Thanks

    #1300788
    David
    Staff
    Customer Support

    You’re welcome

    #2142042
    Roger

    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.

    #2142109
    David
    Staff
    Customer Support

    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.

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