Material-design-lite: Alignment issue between hamburger icon and title in drawer layout

Created on 14 Apr 2016  路  2Comments  路  Source: google/material-design-lite

result

Above image explains the problem very well.

Top screenshot is the one I took from the site and below screenshot is the one I took from my browser.

Most helpful comment

You've probably forgot to set doctype and such. I had the same problem until I came across this:
http://evileyegames.com/article/46-material-design-lite-mdl-fix-menu-icon-vertical-alignment

basically you need to make sure you have...

<!doctype html>
<html lang="en">
<head>
<!-- stuff -->
</head>

at the top of your html

All 2 comments

You've probably forgot to set doctype and such. I had the same problem until I came across this:
http://evileyegames.com/article/46-material-design-lite-mdl-fix-menu-icon-vertical-alignment

basically you need to make sure you have...

<!doctype html>
<html lang="en">
<head>
<!-- stuff -->
</head>

at the top of your html

thanks a lot...
that solved my problem. why didn't i thought of that ???
anyways thanks...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adiramardiani picture adiramardiani  路  4Comments

raffomania picture raffomania  路  4Comments

dryror picture dryror  路  5Comments

s-a picture s-a  路  5Comments

brandonjpierce picture brandonjpierce  路  3Comments