Hi, in the joomla gk_infinity template I know that I can upload an image for the logo. The thing is, I want the logo size image to look bigger.
Now, when the change in size looks the same size, that is, very small, I want it to look bigger. I have changed the size of the file and it only looks bigger on the mobile phone and not on the website.
The site is www.datamemo.net

    datamemo
    Hi
    It size is set for 200px to fit in the header
    You can override it via /css/override.css file

    #gkLogo {
        width: 200px;
        line-height: 95px;
        height: 95px;}

    Change width and height as per needs.

    Write a Reply...
    You need to Login to view replies.