Button mobile response

Posted in: Newspaper
Post count: 8

Hi,

is it possible to get the woocommerce “buy from ..” button mobile response? Right now the text from some buttons overlie one another.
http://screencast.com/t/HWqJ5gh6D

Best regards,
Alina

Post count: 22421

Hello,
It seems the button titles are too long and stretch over one another. Please provide a link to your website so we can inspect the issue.
Thank you!

Post count: 8
Post count: 22421

Hello,

It seems your button title is too long and the css for woocommerce does not let it jump to another line.
You can override this with this code:

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
white-space: normal!important;
}

Simply place the code in the theme panel->custom css box

result:http://screencast.com/t/LKoyl4OlC

Thanks.

Post count: 8

Works great.

Thanks for your good support!

Best regards,
Alina

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.