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.
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