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.
normanUK wrote:Try following css code.
- Code: Select all
#gkToolbar {
display: none;
}
body {
margin: 0 !important;
}