Image Show GK4 doesn't work without header2

GK User
Mon Jul 08, 2013 11:06 am
Hi

My site http://kvm429.webexpertia.eu/~brokerau/

I would like to show only image show gk4 in header1 position, but when I unpublish header2 position modules, nothing is showed.

Now header2 positions modules are blank html

Could you help me please?

Thanks in advance!
User avatar
Expert Boarder

teitbite
Tue Jul 09, 2013 12:39 am
Hi

Please add this to css:

Code: Select all
#gkHeader1 {
    float: none;
    width: 100%;
}
User avatar
Moderator

GK User
Fri Jul 12, 2013 4:18 pm
Thanks a lot for your help

I change he code in /templates/gk_boutique/css/

Code: Select all
#gkHeader1 {
    float: none;
    width: 100%;
}


But now it is not showed correctly in Chrome for OSX (OK in Firefox)
User avatar
Expert Boarder

teitbite
Tue Jul 16, 2013 2:23 am
Hi

What is the problem in other browsers? I think it looks the same than in FF.
User avatar
Moderator