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

    My site is looking great on desktops and iPhones, however, on any iPad, there are zero margins/padding so the first letter appears cut off and also the last letter from the right sidebar.
    I have included an image of the site on my ipad.
    Please help.

    #1054427

    Hey TheGrinch18,

    Add this to quick css:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)  {
    .main_color{padding:0 20px!important;}
    }

    Best regards,
    Jordan Shannon

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