[Support request] Post Title & Extra Text in one line

Home Forums Support [Support request] Post Title & Extra Text in one line

Home Forums Support Post Title & Extra Text in one line

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2359405
    Gerik

    I don’t know if this is the right place.

    I am creating a GP ELEMENT where I would like “Inquire About xPOST_TITLEx” I don’t know how to make it on the same line.

    More information: I’m inserting a ninja forms to a woocommerce product page

    #2359949
    Ying
    Staff
    Customer Support

    Hi Gerik,

    Can you show me the page where I can see the “Inquire About xPOST_TITLEx”?

    #2359994
    Gerik

    [url=https://ibb.co/BjmWRXh][img]https://i.ibb.co/nfTdSHX/Screenshot-2022-10-01-1-05-19-PM.png[/img][/url]
    [url=https://ibb.co/1bzzHqB][img]https://i.ibb.co/KmKKCqB/Screenshot-2022-10-01-1-06-04-PM.png[/img][/url]

    #2360069
    Ying
    Staff
    Customer Support

    It’s built with WP’s core block and a plugin, unfortunately, GP doesn’t have control over it.

    If you can provide the link and let me inspect the code, I might be able to provide some custom CSS to make it work.

    #2360084
    Gerik

    Okay thank you

    #2360738
    Ying
    Staff
    Customer Support

    Try this CSS:

    .single-product.postid-4688 h2 {
        display: inline;
    }

    If you can add an additional CSS class to the h2 headings, eg. inline-heading, the CSS can be changed to:

    .inline-heading {
        display: inline;
    }

    So if you add this class to other headings, it will also work, it will not be limited to only this page.
    https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/

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