buttons on the product page on french and german

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

Profile photo of tuan le van 11570.00 $tone July 27, 2015
Public

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

#1
Profile photo of esaeberg 110.00 $tone July 28, 2015
Public

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;
}
 

#3
Profile photo of Ziven Staff 100280.00 $tone August 14, 2015
Public

@esaeberg,
Thanks for your answered. You answer will help many people if have this problem.
Sorry for about delay message. My system have been some problem. Now it will working fine. We will take care you more carefully .
Let me know if you need help further.
Best Regards,
Ziven. 

#4

Please login or Register to Submit Answer

Written By

Comments