Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1353516

    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

    #1353541

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.