Hi,
I have a form in the sidebar. Id is ugly cropped on iPad.
Can you help?
Hey AbacoSoft,
For an issue like this you would likely be better off putting the sidebar under the main content on iPad. This can be done by adding the following to quick css:
@media only screen and (max-width: 1024px) {
main.content, .sidebar {
width: 100%!important;
border: none!important;
}}
Best regards,
Jordan Shannon
Thanks, that worked.