Header image on large screens

April 2014 WordPress Theme
GK User
Thu Dec 18, 2014 7:16 pm
Hi
Where is the code that controls how the header image resizes?
When resizing my browser window to 1386 wide the main image was massively increasing in size.
I included a max-height to prevent this in the #gk-header { template css but when the browser goes wider than 1386 I'm losing the text placed in the header widget:
http://origin8-test.com/alex/

Thanks
Andy
User avatar
Fresh Boarder

GK User
Thu Dec 18, 2014 10:50 pm
Hi,

The header background has "cover" property to cover the header, you can change it by adding the following code into John/css/override.css file (first, please enable this override option from template options -> Advanced tab):

Code: Select all
.gk-header-bg {
background-size: auto;
}
User avatar
Moderator

GK User
Fri Dec 19, 2014 11:57 am
I did want the image to cover the header. I'm just now sure why when the browser window goes over 1386 pixels wide the image increases in size so dramatically. And, as stated effects the header text.
Thanks
User avatar
Fresh Boarder

GK User
Mon Dec 22, 2014 9:38 am
Could you please send me a content of your header text widget or send me a PM with backend access to your website?
User avatar
Moderator


cron