Themt: Dawn, How to make the headline below the price?

Hi there, how to make price and title interchangeable position? I want the title under the price.

I want this:

1 Like

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

https://www.yeahmoment.com/

Is this?

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
h3.card__heading.h5 {
order: 2;
padding: 20px 0;
}
.card__information {
display: flex;
flex-direction: column;
}
1 Like

Thank you so much! it works.

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

1 Like