How to display multiple <h2> tags in one line

please view my webpage: https://toaiart.com/products/kantha-stitched-hand-screen-printed-double-bed-queen-size-premium-pure-cotton-bedcover-ancient-village

I have added multiple

tags but they are appearing in different lines. I want to display them in one line.

Kindly line.

I resolved it by myself , thanks. I should be using : style="display:inline-block

cotton bed cover

quilted bed cover

Hi there,

You can achieve that by adding the below CSS code at the end of your theme.scss.css file.

.product-single__description.rte h2 {
  width: auto !important;
}

The headings are supposed to detail their section, I wouldn’t suggest to use

's one under another. I’d suggest to use list items instead.

Cheers!