[Support request] Inline Width of Headline Spacing

Home Forums Support [Support request] Inline Width of Headline Spacing

Home Forums Support Inline Width of Headline Spacing

  • This topic has 5 replies, 2 voices, and was last updated 2 years ago by Fernando.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2179201
    Takeru

    I would like to display Block values as continuous text without line breaks when multiple arrays of Blocks are used with Headline Spacing set to Inline Width.

    Is there a way to do this?

    #2179281
    Fernando
    Customer Support

    Hi Marumoro,

    Can you kindly provide a screenshot or a sketch to give us a better understanding of the inquiry?: https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots

    As of now, what I’m getting is that you want to place Headline Blocks inline. If so, as you’ve mentioned, the Inline Width Block setting should do this.

    See: https://share.getcloudapp.com/o0uR7WPG

    If you’re referring to something else, kindly let us know. 🙂

    #2179298
    Takeru

    If the text is longer than the width of the screen, the entire Block will be broken into new lines.

    #2179314
    Fernando
    Customer Support

    I see. Thank you for explaining. The Inline Width setting makes the Headline Block display – inline-block. You’re currently looking to make them fully inline.

    If that’s the case, you can try adding my-make-inline custom Class to your Headline elements as such: https://share.getcloudapp.com/DOu465oG

    Then, add the CSS in Appearance > Customize > Additional CSS:

    .my-make-inline{
        display:inline !important;
    }

    This should force specified Headline Blocks to display fully inline.

    Hope this helps! Kindly let us know how it goes. 🙂

    #2179319
    Takeru

    Perfect!
    Thank you very much.

    #2179335
    Fernando
    Customer Support

    You’re welcome Marumoro! Glad to be of assistance! 🙂

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