Grid row animated numbers
On the desktop it works fine. On the Iphone 7 works well (could be smaller) But on the Samsung tablet is not cool. Very disorganized information.
How to solve this?
LINK IMAGES
Hey mleite1,
May you provide to us your WP credentials?
Best regards,
John Torvik
No problem…
Hi,
I added this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 1440px) {
span.avia-no-number, .avia-single-number, div.avia-animated-number-content {
font-size: 12px;
left: -10px;
position: relative;
}}
Feel free to tweak the font-size to suit :)
Best regards,
Mike
Thank you very much. But I have a correction. Help me.
The separator line is centered in the box. But the text below that line was not aligned with the center. How to center text box?
Hi mleite1,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
span.avia-no-number, .avia-single-number, div.avia-animated-number-content {
left: 0;
}
span.av-seperator-icon {
line-height: 28px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria