html - Responsive Collapsed Menu Bootstrap -


i have annoying situation, when click collapse menu, first display bigger menu , after 1 sec shows me original menu.

in image correct menu (this want display) this how should first time

and shows me 1 sec , showing correct menu. this how displays 1 sec , showing right.

can tell how can fix ?

i use bootstrap 3.

try using media query , defining styles responsive menu there.

@media screen , (max-width: 767px) {    //define styles menu here } 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -