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.
Best Regards.
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.
@media only screen and (max-width:1490px) {
#gkHeaderMod img {
height: 100%;
width: auto;
}
}
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;
}
}