Question

Safari and Chrome seem to be adding extra padding/margins in regards to the text within the boxes at one of the pages within my website. What can I do to make it appear the same way it does in Firefox and IE?

Was it helpful?

Solution

You have an orphaned closing </p> tag after the link in .boxes. Chrome/Safari add an opening tag; Firefox/IE simply ignore it. You should remove the tag.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top