Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #852249

    Hi,

    I have a form in the sidebar. Id is ugly cropped on iPad.

    Can you help?

    #852262

    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

    #853383

    Thanks, that worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Form on sidebar cropped’ is closed to new replies.