Mobile Logo?

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
Mon Feb 24, 2014 7:06 pm
Reply with quote
Report this post
Hi, Is it possible to have a different logo for tablet view and possibly another logo for mobile view?
User avatar
Junior Boarder

GK User
Mon Feb 24, 2014 11:14 pm
Reply with quote
Report this post
Hi,
yes .. but is not so easy in all cases,
But you can have different logo size on mobile view , is this okey for you?

You have to use:
Code: Select all
@media only screen and (max-width: 460px)   { ......}

to override of logo size.
User avatar
Platinum Boarder

GK User
Tue Feb 25, 2014 9:19 pm
Reply with quote
Report this post
Where does this code go?
User avatar
Junior Boarder

GK User
Tue Feb 25, 2014 9:33 pm
Reply with quote
Report this post
as always here: http://www.gavick.com/documentation/joo ... -template/

but remember you have to put your code inside { } !!

second, code depends also which type of logo you used : Logo from CSS or uploaded from template ?
User avatar
Platinum Boarder


cron