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

    Hi guys

    I’m trying to establish this: http://gotmarried.nl
    Looks great as a frontpage. On a desktop or laptop. Looks pretty messy on iOS and Android browser though. Since fixed background doesn’t seem to work on those systems, right?

    Do you have any idea how to make this work? Even without the bottom section background overlay if that’s impossible: in that case, just trying to put the counter and the buttons on the bottom side of the page, always, the page being an exactly completely screen filling page. In other words: exactly what you see when you open this link on a laptop or desktop, or without the section background overlay.

    Hope to hear from you guys!

    #519102

    Hi Remco!

    Thank you for using Enfold.

    Are you trying to fix the countdown boxes? You can adjust the style in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive .av-countdown-cell-inner {
        padding: 5px 3px;
        font-size: 12px;
    }
    
    .responsive .av-countdown-time {
        font-size: 15px !important;
    }
    }

    Regards,
    Ismael

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