
This is when i press Like button. How to inspect where is the problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use Firebug.
There is an option in context menu of the page “Inspect element with Firebug” which will allow you to select element on the page and you’ll see all its properties and styles, and layout borders.
This way you’ll be able to track down which element of the page or css causes a certain layout/size.