Hide/disable special bar (left bar) on Magazine template

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
Thu Oct 03, 2013 7:11 am
Reply with quote
Report this post
Hello,
Is there anyway to hide or disable special bar that is fixed on left side of template? My customer doesn't like it and I need to hide it. I've tried some test with Firebug without lucky.
Thanks a lot,
David N.
User avatar
Expert Boarder

GK User
Thu Oct 03, 2013 8:19 am
Reply with quote
Report this post
Try following css code.

Code: Select all
#gkToolbar {
    display: none;
}
body {
    margin: 0 !important;
}
User avatar
Platinum Boarder

GK User
Thu Oct 03, 2013 8:27 am
Reply with quote
Report this post
normanUK wrote:Try following css code.

Code: Select all
#gkToolbar {
    display: none;
}
body {
    margin: 0 !important;
}


Thanks!!
User avatar
Expert Boarder

GK User
Thu Oct 03, 2013 10:26 pm
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron