Look at this:
https://iluminata.pl/wskaznik-fundamentalny-cena-do-sprzedazy-p-s/#comment-556
It is good for mobile but terrible for PC and Tablets.
Can You fix it in next update?
Cheers,
Lukas
Look at this:
https://iluminata.pl/wskaznik-fundamentalny-cena-do-sprzedazy-p-s/#comment-556
It is good for mobile but terrible for PC and Tablets.
Can You fix it in next update?
Cheers,
Lukas
Hi Lukas,
We don't see any issue here. Everything is working as it's designed. Please watch this video: https://www.screencast.com/t/Lm3Xjoxuo3G1
Anyway, you can change the size if you want using the CSS code below:
//change size on PC and Tablets.
div#wpdiscuz-tenor-powered-by img {
max-width: 50%;
}
//change size on mobile devices
@media screen and (max-width: 600px){
div#wpdiscuz-tenor-powered-by img {
max-width: 100%;
}
}
Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.