i am using the uber template, is there a way to increase the burger menu size?
it is kind of small, even on the mobile.
spainactive Hi Add this code in custom.css file and change the size as per needs
.uber-header.header-5.dark-color .navbar-default .navbar-toggle .fa { font-size: 24px; }
thanks, that worked.