Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #803212

    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

    View post on imgur.com

    #803317

    Hey mleite1,

    May you provide to us your WP credentials?

    Best regards,
    John Torvik

    #803554

    No problem…

    #803613

    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

    #803842

    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?

    #805133

    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

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