Shopify themes, liquid, logos, and UX
I want the Titel on left and the Price on right (Prestige theme)
Hello there
Please share your store URL and password( If enabled ).
Regards
Titu
/* 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
hey, dont work
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 %}
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.
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!
Hello @MS2333
Please follow the steps below after logging into the Shopify admin:
.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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025