I want the Titel on left and the Price on right (Prestige theme)

I want the Titel on left and the Price on right (Prestige theme)

MS2333
Excursionist
31 0 6

I want the Titel on left and the Price on right (Prestige theme)

MS2333_0-1740663684260.png

 

 

Replies 7 (7)

solverStaff
Shopify Partner
386 40 70

Hello there

Please share your store URL and password( If enabled ).

 

Regards

Titu

If my reply helpful then please Like to let me know!
If my answered is right according to your question, Mark it as an Accepted Solution.
Facing more issues ? Hire me For Quick Chat: Say hello in WhatsApp : +8801761469797
MS2333
Excursionist
31 0 6
solverStaff
Shopify Partner
386 40 70
/* Align product title to the left and price to the right */
.product-card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-title {
  text-align: left;
  flex-grow: 1;
}

.price-list {
  text-align: right;
}

You can add this css in theme.css file then let me know if it works

If my reply helpful then please Like to let me know!
If my answered is right according to your question, Mark it as an Accepted Solution.
Facing more issues ? Hire me For Quick Chat: Say hello in WhatsApp : +8801761469797
MS2333
Excursionist
31 0 6

hey, dont work

 

B2Bridge
Excursionist
334 67 82

Hi @MS2333 
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag
Here is the code for Step 3:

{% style %}

.product-card__info .v-stack.justify-items-center.gap-2 {
    width: 100%!important;
}
.product-card__info .v-stack.justify-items-center.gap-1 {
    width: 100%!important;
    display: flex!important;
    justify-content: space-between!important;
}
{% endstyle %}

Screenshot_1.png

 If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you !

 

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

topnewyork
Astronaut
1299 160 217

Hi @MS2333 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
.v-stack.justify-items-center.gap-1 {
    display: flex !important;
    text-align: left !important;
}
</style>

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

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

WebDeskSolution
Shopify Partner
206 46 55

Hello @MS2333 

 

Please follow the steps below after logging into the Shopify admin:

 

  • Go to your Shopify Admin panel.

 

 

  • Click on Online Store > Themes.
  • Find the theme you want to edit and then click Actions > Edit code.
  • Search theme.css
  • Insert the provided CSS code at the end of the file and save the changes.

 

 

.product-card .product-card__info .v-stack 
{
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.product-card .product-card__info [data-pl-swatches-loaded="true"] 
{
    display:none
}

 

 

Please hit Like and Mark it as a Solution if you find our reply helpful.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021