This topic has 8 replies, 3 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hi good day.
I would like to know how I can align the grid of my products, without reducing the amount of text, I remain attentive and thank you very much for your service.
* https://prnt.sc/kstw56
* https://prnt.sc/kstwm2
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
.content-product .product-title a {
min-height: 72px;
}
Let me know the result.
Regards
hello good day, sorry to answer so far I did not have the ability to see the answer you sent me, I already introduced the css code but it has not worked, is there another alternative to fix it?
hello good day I send you the link of the page, the problem is the main page and the page of the store, thank you for your help, have happy day.
Hello,
Remove the previous code and add the following.
.product-details {
min-height: 111px;
display: flex;
align-items: center;
justify-content: flex-end;
flex-direction: column;
}
Let me know about the results.
Regards
hello again,
I inform you that the code worked perfectly, I thank you very much for the help,
have an excellent day.
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up