How can I align product title and price on the same line?

How can I align product title and price on the same line?

Damonizy
Excursionist
16 0 3

 I would like to align the price and the title of my product on same line on the product pages like the website below. I want this to appear only in mobile view. I'm using elle theme. my website is www.alorena.com.

 

Screenshot (39).png

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

Hi @Damonizy 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 767px){    
.productView-moreItem .productView-price .price {
    justify-content: end;
    margin-top: -35px;
}
}

 

  • And Save.
  • Result:

Made4uoRibe_0-1736626688657.png

 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Damonizy
Excursionist
16 0 3

Hello! it is working but whet the tittle is long, price and the tittle overlap like below. can make the tittle go to next line when it is long. Also is it possible to show sales price first and then compared price.

 

Screenshot (40).png