Title and price under photos

Solved

Title and price under photos

Disci
Excursionist
24 0 10

I want the title and price on the product page to be on the same line, title left and price right, just like the landing page

 

now it is stacked in the middle...

Image 03-12-2024 at 12.08.jpeg

Accepted Solution (1)

Guleria
Shopify Partner
4185 812 1168

This is an accepted solution.

Hello @Disci ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your theme.css file and paste the following code at the bottom:

 

 

@media screen and (max-width: 767px) {
[data-block-id="title"] {
    float: left;
}
[data-block-id="price"] {
    margin-right: -10rem;
}
}

 

Copy

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Reply 1 (1)

Guleria
Shopify Partner
4185 812 1168

This is an accepted solution.

Hello @Disci ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your theme.css file and paste the following code at the bottom:

 

 

@media screen and (max-width: 767px) {
[data-block-id="title"] {
    float: left;
}
[data-block-id="price"] {
    margin-right: -10rem;
}
}

 

Copy

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder