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)
and shows me 1 sec , showing correct menu.
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
Post a Comment