Anyone who uses CSS will eventually have to deal with browser layout issues at some point in time. But how do you solve these layout issues? One way to solve many layout issues is to use in-built browser functionality called “Inspect Element”. This lets you check out individual elements and the relevant CSS associated with these elements.
view source