Hello
The buttons in the French and German products page is too small for all the text is displayed
http://luvebaab.preview.infomaniak.com/product.jpg
4 answers
Hi
I need a closer look to detect the root of the issue. Please provide me the url, admin , screenshots and FTP credentials of your site.
Best regards,
Kan
I set myself my problem
I give my solution if the other have the same problem
I replaced the 5178 lines of 5187 file styles.css by:
.language-fr .product-view .product-options-bottom .btn-cart,
.language-fr .product-view .add-to-box .btn-cart {
max-width: 260px;
}
.language-de .product-view .product-options-bottom .btn-cart,
.language-de .product-view .add-to-box .btn-cart {
max-width: 250px;
}
.language-fr .product-view .product-options-bottom .link-compare,
.language-fr .product-view .add-to-box .link-compare {
max-width: 150px;
}
.language-de .product-view .product-options-bottom .link-compare,
.language-de .product-view .add-to-box .link-compare {
max-width: 170px;
}
.language-fr .product-view .product-options-bottom .link-wishlist,
.language-fr .product-view .add-to-box .link-wishlist {
max-width: 190px;
}
.language-de .product-view .product-options-bottom .link-wishlist,
.language-de .product-view .add-to-box .link-wishlist {
max-width: 180px;
}