• Resolved thefutureisbright

    (@thepaulcook)


    Hi, is it possible to increase the size of the mobile nav icon as I’d like it to be larger so it’s more obvious on the mobile screen?

Viewing 1 replies (of 1 total)
  • Thread Starter thefutureisbright

    (@thepaulcook)

    cool, got it with this code as the fontawesome size can just be increased with font size. ps I floated the mobile nav to the right to take up less screen size.

    p.toggle-container {
    	float: right;
    	padding-right: 2em;
    }
    .header .nav-toggle {
    	font-size: 2em;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Increase size of mobile nav icon’ is closed to new replies.