Home › Forums › Support › Post Title & Extra Text in one line This topic has 5 replies, 2 voices, and was last updated 2 years, 4 months ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 30, 2022 at 8:32 pm #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 October 1, 2022 at 9:55 am #2359949 YingStaff Customer Support Hi Gerik, Can you show me the page where I can see the “Inquire About xPOST_TITLEx”? October 1, 2022 at 11:07 am #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] October 1, 2022 at 12:41 pm #2360069 YingStaff 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. October 1, 2022 at 12:56 pm #2360084 Gerik Okay thank you October 2, 2022 at 10:43 am #2360738 YingStaff 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/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In