Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1429516

    dear support team

    We have an ‘animated countdown’ on the https://emmerams-muehle.de/#neu website. Everything works perfectly on the desktop version.
    Only in the mobile version the numbers of the countdown are displayed on top of each other: see screenshot: https://emmerams-muehle.de/support/countdown.png

    How can I achieve a correct display on a cell phone?
    Best regards, Diana

    #1429619

    Hey Diana,

    Thank you for the inquiry.

    The style issue occurs because of the cell’s padding. To fix the issue, we can override the default padding settings with this css code.

    @media only screen and (max-width: 1024px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .flex_cell.av-lnzk99u3-2367dbc24f2a8c0e8958288f6e1097b4 {
        padding: 20px !important;
      }
    }

    Best regards,
    Ismael

    #1432012

    Thank You. This problem is solved. Perfect

    #1432056

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Overlapping numbers – animated countdown – mobile version’ is closed to new replies.