We are using GK Game Template and are currently in setup phase. We are using our own logo on top of the page and the size is correctly displayed on all pages apart from one with same settings.
The logo is very small and we are desperately trying to find the reason why.
On this particular page we are using the component DT Register.

All other pages are correct.

Any idea / help would be very much appreciated.

    mberwing
    Hi
    Open GK Game template style options and enable override css option.
    Now open template folder/css/override.css file
    add this code

    #gkLogo {
        height: 58px;
        width: 85px;
    }

    change the width and height as per requirements.

    Regards

    Hello Pankaj,
    thanks a lot for the instructions and support.
    I have applied this and used the width and height as per our requirements.
    So far so good and the logo size on DT Register page is now the same as on all pages but in addition now the menu bar size also changed and height increased accordingly.
    This is not what we want and should stay as before.

    See attached screenshots.

    Can you please advice the css tag on how we can keep the menu bar height as it was before so that the logo is overlapping with menu bar and slideshow.

    Thanks a lot

    Markus

      mberwing
      Hi
      Remove height: 125px; from your code and it will give you the overlap logo and same menu height.

      Hi Pankaj,

      perfect...that worked perfectly fine.
      Thanks so much for fast reply and advice....appreciated

      Markus

      Ninja locked the discussion.
      Write a Reply...
      You need to Login to view replies.