Show Brand is set for the product, but it is not on the same line when arranged.
-
I set the Brand attribute to Version and set Show Product brands in the Product styles of the theme settings. However, you can see on the page that the Brand display is not on the same line as the product display.
Please tell me how to set it so that it can be set to the same position above the product price instead of below the product title.
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Theme Settings -> Product Archive -> Product styles -> set the “Product title lines limit” option as “Two lines”, then clear the cache and recheck the issue. https://prnt.sc/gkMi9eagSb5S
Kind Regards
But I don’t want to set Product Title Lines Limit. Is there any other way?
Hello,
You can try to use the code below. But if such a solution does not suit you, then there is no other way, sorry.
body .wd-product .wd-product-header {
align-items: start !important;
flex-grow: 1;
}
Kind Regards