New Landing › How can we help? › Themeforest Theme Support › Joyn › WooCommerce Product Page issue
Seems fine to me? http://d.pr/i/1kI3P/4cvRSRZD
– Kyle
Hey, if you switch to landscape you can see the difference, on your picture the white bar appears but the Description, the font, dissappears…
Are you referring to the hover overlay text? You can keep that enabled with this custom css:
@media only screen and (max-width: 991px) { .products .product figure figcaption .thumb-info { display: inline-block; } }
– Ed
Hey,
no i am talking about the text in the white bar below “reade more” or in german “weiter lesen” disappears on portrait ipad.
-Steve-
Add this to your custom css:
.product .cart-overlay .shop-actions > a > span { display: inline!important; } .product .cart-overlay .shop-actions > a { max-width: 80%; }
Perfect, thanks Kyle!
No problem. Thanks Kyle -Rui
You must be logged in and have valid license to reply to this topic.