displayed aside menu in University Joomla template

GK User
Fri Jul 25, 2014 6:25 pm
hello

to navigate the website in mobile and tablet, the aside menu is hidden
I need to be displayed when scrolling through the entire website

Captura de pantalla 2014-07-25 a la(s) 11.08.32.png


help, tks
User avatar
Fresh Boarder

GK User
Sat Jul 26, 2014 3:21 pm
Hello,

Please try to add at the end of any CSS file the following CSS code:

Code: Select all
#gkMobileMenu {
position: fixed!important;
right: 10px;
top: 10px;
text-shadow: 0 0 2px #000;
}
User avatar
Administrator

GK User
Sun Jul 27, 2014 7:58 am
excellent looks beautiful
thanks for support
User avatar
Fresh Boarder


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