displayed aside menu in mobile and tablet

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 Mar 03, 2014 6:56 am
Reply with quote
Report this post
Hello

I need the menu-aside is displayed when I scroll down the page, in my mobile or tablet
same way as it does when I scroll down in desktop

I try to put the code, in tablet.css and mobile.css

#aside-menu #gkExtraMenu {
display: block!important;
}

but this does not work

thanks for your help
User avatar
Fresh Boarder

GK User
Mon Mar 03, 2014 7:41 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Mon Mar 03, 2014 4:39 pm
Reply with quote
Report this post
hello Cyberek

my site http://carlosbarco.info/

tks for your help
User avatar
Fresh Boarder

GK User
Tue Mar 04, 2014 11:16 am
Reply with quote
Report this post
Please edit: /templates/gk_mo/css/override.css and add at its end:
Code: Select all
@media (max-width: 1030px) {
#aside-menu-toggler {
color: #333;
position: fixed;
right: 0;
top: 0;
}
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron