On my site – http://balrajt9.sg-host.com/about/ – section titled OUR IMPACT TO DATE – on mobile there is alot of extra white space between icon and animated numbers, how can i reduce that just on mobile?
Screenshot – https://ibb.co/421fzsN
Hey navindesigns,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
#top.page-id-235 #wrap_all #av_section_6 .avia-animated-number {
margin: 0 0 20px !important;
min-height: auto;
}
}
Best regards,
Nikko