How to chnage the width of mobile logo

GK User
Sun Feb 17, 2013 6:35 pm
Hello, i want to change width of logo for mobile view but when i add css class in mobile.css nothing happens, why?
User avatar
Junior Boarder

GK User
Sun Feb 17, 2013 8:52 pm
Hi,
first, you have to upload new logo image here : images/mobile/header_logo.png
then change dimensions in this line:

Code: Select all
#gkHeader {
    float: left;
    height: 64px;
    margin-left: 10px;
    width: 200px;
}


There are few css for mobile devices:
gk_game_magazine\css\mobile\iphone.css
gk_game_magazine\css\mobile\handheld.css
gk_game_magazine\css\mobile\android.css

Remember to turn off cache, and clean it, also turn off css compressing before testing.
It'sa good idea to use Go-Mobile addon for firefox to test mobile view. I use it :D
User avatar
Platinum Boarder

GK User
Mon Feb 18, 2013 8:19 pm
pfrankowski wrote:Hi,
Remember to turn off cache, and clean it, also turn off css compressing before testing.
It'sa good idea to use Go-Mobile addon for firefox to test mobile view. I use it :D


Sorry my mistake it isn't game magazine it is game news template...

I didnt show at first the name of template...

Can you tell how can i fix this in this template?
User avatar
Junior Boarder


cron