Hi,
Couldn't find a post about this. The background image doesn't have a full width on the ipad in portrait mode. There will be borders on each side showing the background color. How can I achieve a full width in portrait mode?
Regards,
Raoul
#gkHeaderMod img, .single-page > .header > img, .blog-page > .header > img, #k2Container.single-page > .header > img, #k2Container.blog-page > .header > img {
height: auto !important;
max-width: none !important;
width: 100% !important;
}