My page is here. The section I am on about starts with CANVAS FINE ART WRAPS, you will notice between the first and second paragraph there is a big gap. I have looked at it on chrome (osx), safari(osx) and firefox(windows)
There’s nothing in the markup to suggest the reason for it. Inspecting it shows no margin or anything causing it.
It sounds like WordPress is sticking in something it shouldn’t be. My suggestion would be:
Add
display: inline-block;
to the.box p
selector. It should work after this.the p has a margin – which should be reduced
also , the box class should reduce its line height.
edit
Also – ive edited your text to : 1111 and 2222 and it was fine
you probably pasted the text which contains some bad chars
The main issue I see is on line 199/200 of your normalise.css file:
it has:
If I remove this, the big gap is removed.