How hide logo in tablet and mibile layout?

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
Wed Mar 06, 2013 9:08 pm
Reply with quote
Report this post
Hello,

is any possibility how turn off (hide) logo in all other layouts except normal layout?

Thanks for your time.
User avatar
Junior Boarder

GK User
Wed Mar 06, 2013 10:03 pm
Reply with quote
Report this post
Hi, sure the easiest way is to overwrite (add) one line of css code in each of mobile css files
Code: Select all
#gkLogo {
    display: none; }


Mobile CSS - small screen only
gk_magazine\css\mobile.css
gk_magazine\css\small.tablet.css

Tablet CSS
gk_magazine\css\tablet.css
User avatar
Platinum Boarder


cron