Hide Sidebar Responsive Loyout

Support desk for Multipurpose Quark Theme
GK User
Sun Aug 13, 2017 9:17 pm
Hi Guys,

Hi can I hide the sidebar on Responsive quark template, on tablet and iPhone :)

Regards
User avatar
Gold Boarder

teitbite
Sat Aug 19, 2017 11:16 am
Hi

Try with this code:

Code: Select all
@media only screen and (max-width:1024px) {
#gkSidebar {
display: none !important;
}
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.