[Resolved] Help with text in Gutenberg

Home Forums Support [Resolved] Help with text in Gutenberg

Home Forums Support Help with text in Gutenberg

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1196560
    David
    Staff
    Customer Support

    Keep your existing CSS and try adding this:

    @media ( max-width: 400px) {
        .linked-heading {
            padding-right: 65px;
            position: relative;
        }
        .linked-heading a {
            position: absolute;
            right: 0;
            top: 0;
        }
    }

    You can reduce or increase the 400px width to suit.

    But there is no way with CSS that you can determine when text is about to wrap to a new line.

    #1196590
    Pedro

    Wow David! You are amazing.

    Thank you very much for everything and sorry for the inconvenience.

    #1196616
    David
    Staff
    Customer Support

    Glad to be of help 🙂

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.