How do I change the position of the product name, price and color description to the left position?

Solved

How do I change the position of the product name, price and color description to the left position?

Ryusei
Excursionist
28 1 5
Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
1906 661 792

This is an accepted solution.

Hi @Ryusei

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.product-card__info {
    justify-content: flex-start !important;
}

.product-card__info price-list.price-list {
    justify-self: flex-start !important;
}
</style>

Here is result:

BSSCommerceHDL_0-1724294368965.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Reply 1 (1)

BSSCommerce-HDL
Shopify Partner
1906 661 792

This is an accepted solution.

Hi @Ryusei

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.product-card__info {
    justify-content: flex-start !important;
}

.product-card__info price-list.price-list {
    justify-self: flex-start !important;
}
</style>

Here is result:

BSSCommerceHDL_0-1724294368965.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency