Black Border Why?

Support desk for Multipurpose Quark Theme
GK User
Thu Mar 10, 2016 7:02 pm
hi,
I noticed a problem that occurs at a lower resolution, such as 1024x768.
It creates a black border of many pixels at the top of the page and in some situations even the bottom.
See the attachments.
aim1gk.jpg

aim2gk.jpg


Best Regards.
User avatar
Expert Boarder

teitbite
Mon Mar 14, 2016 11:22 am
Hi

In template settings in Image tab there is an option to set a different height for header layer for different screen widths. Please use it to make it smaller so image will fit better.
User avatar
Moderator

GK User
Tue Mar 15, 2016 12:40 pm
teitbite wrote:Hi

In template settings in Image tab there is an option to set a different height for header layer for different screen widths. Please use it to make it smaller so image will fit better.

Hi,
I tried different heights, but I think the problem is due to the positioning of the image, as scrolling the screen, the image covers the screen properly.
If you want to try this is the link: http://www.aimexzuccheri.it/
Best Regards.
User avatar
Expert Boarder

teitbite
Mon Mar 21, 2016 9:50 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:1490px) {
#gkHeaderMod img {
    height: 100%;
    width: auto;
}
}
User avatar
Moderator

GK User
Tue Mar 22, 2016 11:39 am
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:1490px) {
#gkHeaderMod img {
    height: 100%;
    width: auto;
}
}

Ok, it works.
Best Regards
User avatar
Expert Boarder

teitbite
Mon Mar 28, 2016 11:06 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron