Header gkIcon Internet Explorer 2 (edge)

Support desk for Multipurpose Quark Theme
GK User
Tue Nov 24, 2015 11:03 pm
Hello,
I have a problem in your browser IE9 and Edge. The icons in the header are not centered. Example of your demo atachment.
User avatar
Senior Boarder

teitbite
Thu Nov 26, 2015 2:35 pm
Hi

Thank You for reporting that. I've send a bug report to programmers. Will inform You when they will answer.
User avatar
Moderator

teitbite
Mon Nov 30, 2015 9:59 am
Hi

Please edit gk_quark/less/template.less and replace class:

Code: Select all
    .big-icon {
       color: @secondary_color;
       font-size: 6 * @body_font_size;
       margin-left: -3 * @body_font_size;
       position: absolute;
       top: -130px;
    }


with

Code: Select all
    .big-icon {
       color: @secondary_color;
       font-size: 6 * @body_font_size;
      left: 50%;
       margin-left: -3 * @body_font_size;
       position: absolute;
       top: -130px;
    }


than edit file gk_quark/css/template.restaurant.css and replace:

Code: Select all
 #gkHeaderMod .big-icon {
   color: #c1702d;
   font-size: 60px;
   margin-left: -30px;
   position: absolute;
   top: -130px;
 }


with

Code: Select all
 #gkHeaderMod .big-icon {
   color: #c1702d;
   font-size: 60px;
   left: 50%;
   margin-left: -30px;
   position: absolute;
   top: -130px;
 }


or just wait a moment and if will be included in template packages.
User avatar
Moderator

GK User
Mon Nov 30, 2015 3:55 pm
It works - many thanks :)
User avatar
Senior Boarder

teitbite
Mon Nov 30, 2015 7:42 pm
Hi

Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron