Hello, I just tried the chorme extension resolution test and one more I cant remember. And I noticed that when I inspected an element with developer tools, the height and width of that element that used to show before is not appearing now. I disabled and removed all the extensions and deleted them, but still the same problem. Any one knows how I can fix this?
It's just not in the CSS any more? Or you changed a class or ID name and didn't update it in the CSS file? Or something along those lines. You can always look under computed styles and tick "show inherited". You will be able to expand a style to see where it was inherited from.
No, everything is working correctly. The page is getting rederred correctly, Its just one small thing in the developer tools that is not working. And that is the yellow tag that shows the dimensions of the selected element is not getting showed.There is no yellow tag. Also I noticed that if I have an empty div, ie, nothing between <div> and </div> HTML: Then the yellow tag is shown, with dimensions like 1399px x 0px .... which is correct: width x hieght. But if I have something between starting and ending tags of an element. ie. if I have some content, then when I right click and do inspect element, everything works correct, the element is highlighted, it shows the padding in green, the margins in orange...... just that yellow tag with dimensions is not there. And its not just for my site, but all the site that I try to inspect using developer tools,, i don't get the dimensions shown.. Thanks..