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?
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
Thanks Rikard
I just changed #prices to #book and it worked fine
Now showing on ipad as on mobile phone
Brian
Hi Brian,
We’re glad to hear that :)
Let us know if you need further assistance.
Best regards,
Nikko