Background image header black borders on each side on ipad

Support desk for Multipurpose Quark Theme
GK User
Sat Mar 28, 2015 10:20 am
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
User avatar
Fresh Boarder

teitbite
Sun Mar 29, 2015 9:48 am
Hi

Try if this code works:

Code: Select all
#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;
}
User avatar
Moderator


cron