How to make logo responsive on mobile devices?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jun 09, 2013 3:17 pm
Reply with quote
Report this post
Hi,

As subject, I tried to customize the magazine logo to my own logo.
the problem is my logo not responsive on mobile devices.
this is my unfinished site www.wangblagak.com :oops:
this is responsive test for my site http://responsivetest.net/#u=p|320|480| ... lagak.com/
it looks good on large screen monitor such as PC, laptop and big screen devices but too big (huge) on small mobile devices.
Is there any way to customize it?

thanks,
wangblagak :D
User avatar
Senior Boarder

GK User
Sun Jun 09, 2013 3:48 pm
Reply with quote
Report this post
HI
You have funny logo, like from 90's ;)
I see two solutions:
1) Use different logo for mobile view (then will take less kb to load)
http://css-tricks.com/snippets/css/medi ... d-devices/

2) Or make your logo responsive , read here few tips
http://webdesignerwall.com/tutorials/5- ... ive-design
http://css-tricks.com/on-responsive-images/

little css or html modifications needed.
access to this file: templates/gk_magazine\layouts\default.php may be useful.
User avatar
Platinum Boarder

GK User
Mon Jun 10, 2013 2:53 am
Reply with quote
Report this post
Hi Pawel,

Thanks. :D
I love this template, It makes me comfortable to see it.
simple, clean and eye catching design.
I'll try it and further questions will be follow.

wangblagak
User avatar
Senior Boarder

GK User
Mon Jun 10, 2013 3:36 pm
Reply with quote
Report this post
Pawel F wrote:HI
You have funny logo, like from 90's ;)
I see two solutions:
1) Use different logo for mobile view (then will take less kb to load)
http://css-tricks.com/snippets/css/medi ... d-devices/

2) Or make your logo responsive , read here few tips
http://webdesignerwall.com/tutorials/5- ... ive-design
http://css-tricks.com/on-responsive-images/

little css or html modifications needed.
access to this file: templates/gk_magazine\layouts\default.php may be useful.



Hello there,

I'll tried many times your suggest tricks but nothing happened on it logo.
I really leak of this.
User avatar
Senior Boarder

GK User
Mon Jun 10, 2013 6:37 pm
Reply with quote
Report this post
Because all this solutions require a slight modification of the code.
Do you create two logo images - small and standard ?
User avatar
Platinum Boarder

GK User
Mon Jun 10, 2013 7:10 pm
Reply with quote
Report this post
Ok, let's do it easy way:
1) Prepare small logo - 300px width, copy to gk_magazine/images
logo300px.png

2) Open in Editor two files:
gk_magazine/css/small.tablet.css
and
gk_magazine/css/tablet.css

3) Insert on the bottom of both files this css style:
Code: Select all
#gkLogo.cssLogo {
   background: transparent url('../images/logo300px.png') no-repeat 0 0;
   height: 65px;
   margin: 0;
   width: 300px;
}
User avatar
Platinum Boarder

GK User
Tue Jun 11, 2013 1:23 am
Reply with quote
Report this post
Pawel F wrote:Ok, let's do it easy way:
1) Prepare small logo - 300px width, copy to gk_magazine/images
logo300px.png

2) Open in Editor two files:
gk_magazine/css/small.tablet.css
and
gk_magazine/css/tablet.css

3) Insert on the bottom of both files this css style:
Code: Select all
#gkLogo.cssLogo {
   background: transparent url('../images/logo300px.png') no-repeat 0 0;
   height: 65px;
   margin: 0;
   width: 300px;
}


awesome, it's worked! :D
thanks
User avatar
Senior Boarder

GK User
Tue Jun 11, 2013 10:23 pm
Reply with quote
Report this post
Uff, nice to heard that after so many posts ;)
There always few method to get right solution.
User avatar
Platinum Boarder


cron