Make Products same size on Product Grid – When title is one line `
-
Hi
I have uploaded a few hundred products and have some products that are short titles and others that are long titles.
Attachments:
You must be
logged in to view attached files.
Hello,
You can limit the length of the title in the Theme Settings -> Shop- > Product Style – > Product title lines limit https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/
Best Regards
Hi
I dont want to limit the line. I want to be able to expand the title area when there is only 1 line of title so that it always aligns with the two line titles.
I have tried putting in a carriage return to make a 1 line title 2 lines but it did not do it when published
I also have another issue
In the Shop>Product Styles>Show product brands next to title
I have set to on but it is not showing the Brand Name next to the title. See image attached. Note that I have written the Brand Name into the Title …
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .title-line-two .product-grid-item .product-title {
min-height: 70px;
}
As for the brands, you need to set up brands first: https://xtemos.com/docs/woodmart/faq-guides/how-to-setup-brands/
Best Regards