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

    Hi

    I have a contact section with testimonials to right of a contact form

    On desktop they appear side by side which is fine
    On mobile phone the contact form appears first with testimonials below – this is also fine
    but on iPad it appears as on desktop – side by side – but I’d prefer the mobile layout on iPad

    How do I achieve this?

    #1255654

    Hey briandeeney,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    #prices .av_one_half {
        margin-left: 0;
        width: 100%;
    }
    }

    Best regards,
    Rikard

    #1255714

    Thanks Rikard

    I just changed #prices to #book and it worked fine
    Now showing on ipad as on mobile phone

    Brian

    #1255741

    Hi Brian,

    We’re glad to hear that :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

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