OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Menu in mobile phones/tablet also? (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Menu in mobile phones/tablet also?

Ferraglia (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Menu in mobile phones/tablet also? 10 Years, 7 Months ago
Karma: 0  
Hello, I recently bought a standard membershio and I'm working on Furniture May template. What I'd like to have is the complete main menu on mobile devices also, and not the button to open it. Is there a way to configure your template? Br
Logged Logged
The administrator has disabled public write access.
Ulanovatem (User)
Gold Boarder
Posts: 295
graphgraph
User Offline Click here to see the profile of this user
OrdaSoft
Re:Menu in mobile phones/tablet also? 10 Years, 7 Months ago
Karma: 7  
Hello,

insert this code
Code:

@media (max-width: 979px) {div.nav-collapse.two.collapse {height:auto !important;}}


into the bottom of the file bootstrap-responsive.css
Go to: yoursite/templates/os_furniture_may_2013/bootstrap/css/bootstrap-responsive.css

Good Luck with template customizations

Best Regards,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Ferraglia (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Menu in mobile phones/tablet also? 10 Years, 7 Months ago
Karma: 0  
hello, I tried. With no luck.
I still see menu button instead of the complete menu items.
An other things I can do?
BR
Logged Logged
The administrator has disabled public write access.
Ulanovatem (User)
Gold Boarder
Posts: 295
graphgraph
User Offline Click here to see the profile of this user
OrdaSoft
Re:Menu in mobile phones/tablet also? 10 Years, 7 Months ago
Karma: 7  
Hello,

Please delete old code, which I provided earlier

and Go to: yoursite/templates/os_furniture_may_2013/css/style.css
and place this code, at the bottom
Code:

@media (max-width: 979px){
 .main_menu .mainmenu a.btn-navbar{display: none!important;}
 .main_menu .mainmenu .nav-collapse.two{height: auto!important;}
}



View attachment image

Best Regards,
OrdaSoft team
Logged Logged
Last Edit: 2013/09/19 11:06 By Ulanovatem.
The administrator has disabled public write access.
Go to top
»