Issue with Header

If you are planning to organize any conference or festival, there are many ways to get help via our forum.
GK User
Thu Aug 07, 2014 5:36 pm
The header image repeats many times when you see it on a larger screen.
Please see it http://meditarennicaragua.org/
How can I set it up to no repeat?
User avatar
Fresh Boarder

GK User
Fri Aug 08, 2014 7:48 am
Hello,

You can use an image with bigger width or add this code into your style.css file (or override.css if you are using Child Theme).

Code: Select all
#gk-header-mod {
   background-repeat: no-repeat;
}
User avatar
Moderator

GK User
Mon Sep 15, 2014 10:37 pm
Thank You. That was super useful!
User avatar
Fresh Boarder

GK User
Sun Dec 28, 2014 10:47 pm
Hi.
There are 2 pics on my website for now : the header background, and the venue background (which translates by "lieu" in French, language of my website).
I would like the header background to appear just like the "venue" background.

The difference between the two is actually much clearer when you zoom in and zoom out on the webpage.
In fact, I would like this so that bigger screens can see the header pic just like smaller screens, and not have it repeated, or shortened.

Thank you for helping.
website : http://grandbastringue.com
User avatar
Fresh Boarder

GK User
Mon Dec 29, 2014 11:18 am
Hi,
Try to add the following code into css/override.css file:
Code: Select all
#gk-header-mod {
   background-size: cover;
}
User avatar
Moderator

GK User
Wed Dec 31, 2014 2:48 pm
Worderful! Thank you.
User avatar
Fresh Boarder


cron