Post by skip » Sat Dec 16, 2017 5:48 pm

How to show mobile menu instead main menu bar in desktop view ? Thanks

Active Member

Posts

Joined
Mon May 09, 2011 9:57 pm

Post by IP_CAM » Tue Dec 19, 2017 6:20 am

possibly by changing all CSS Section Content and Values, larger than:

Code: Select all

@media (max-width: 767px) {
 .....
 .....
 .....
  }
to the code and it's values, used by this max-width 767px. Resolution Setting,
in the corresponding xxx.css Files. But for this, you'll need to have an idea
on, how such works, or you will probably fail.
Good Luck!
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by skip » Tue Dec 19, 2017 11:57 am

Thanks Ernie, I wass allready try change

Code: Select all

@media (max-width: 767px) {
to
@media (max-width: 2767px) { 
for testing purpose and it work if you change all values in bootstrap.min.css ,but there are too many values for @media (max-width: 767px) { in this file for selectively change. Otherwise if I change all with replace all settings are turned into mobile view.

Active Member

Posts

Joined
Mon May 09, 2011 9:57 pm
Who is online

Users browsing this forum: No registered users and 24 guests