Please help me allign my add to Cart button in the New arrivals section
picture attached below:
Just follow the steps Below:
- Go to online store → theme
- select three dots and select code edit
- Search for the file theme.css and base.css
- past that code at the end
.theme-features__product-info--none .product-info a {
height: 50px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2;
-webkit-box-orient: vertical;
}
I hope this solution worked for you!
If yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee
