How to anable header_left on mobile

GK User
Fri Jul 28, 2017 8:19 pm
I removed header-bg module image gk4 and I am using only News Show Pro GK5 on header_left and custom module on header_right position.
Now it's a big problem for me as this is not showed on mobile.
What should I do to correct that. Thank you.
This is sub domain where I build this site http://metaja.poslovne-knjige.si/

Best regards.
David
User avatar
Senior Boarder

GK User
Mon Jul 31, 2017 10:00 pm
Can please any one help me with my problem please it's urgent.
Regards
David
User avatar
Senior Boarder

teitbite
Tue Aug 01, 2017 9:28 am
Hi

Please edit file templates/gk_university/css/mobile.css and in line 12 remove class:

Code: Select all
#gkHeaderLeft, #gkHeaderRight {
display: none;
}
User avatar
Moderator

GK User
Tue Aug 01, 2017 10:39 am
Hi, thank you for your respond Teitbite.
It works now.
Is there a way to override this so that doesn't get reverted with updates? It does not work with override.css.
Thank you.
Best regards.
User avatar
Senior Boarder

teitbite
Mon Aug 07, 2017 3:37 pm
Hi

If You wish to use override.css than try with this code:

Code: Select all
@media only screen and (max-width:680px) {
#gkHeaderLeft, #gkHeaderRight {
display: block !important;
}
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.