Title and price

Hi!

I want the title and price to be on the same line on the product pages, just as they are on the landing page. Now the title and price are stacked in the middle.

I want the title on the left and the price on the right. can someone help me with this?

discinetherlands.com

password: joepjoep

Hi

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file
.product-info__block-item {
    display: inline-block;
}
h1.product-title.h4 {
    padding-right: 60px;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

does not work…

Hi ,

kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

h1.product-title.h4 {
    display: inline-block;
    padding-right: 35px;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!