My page is here . The section that I will cover begins with CANVAS FINE ART WRAPS, you will notice that there is a big gap between the first and second paragraphs. I looked at it on chrome (osx), safari (osx) and firefox (windows)
There is nothing in the markup to suggest a reason for this. Inspecting this does not show any field or anything causing it.
Wordpress seems to be sticking into something that shouldn't be. My suggestion would be:
Add display: inline-block; to the .box p selector. It should work after that.
display: inline-block;
.box p
p has a margin that should be reduced
the box class should reduce its row height.
In addition, I edited your text: 1111 and 2222, and everything was fine
you probably inserted text containing some bad characters
The main problem that I see is on line 199/200 of your normalise.css file:
he has:
p, pre { margin: 1em 0; }
If I remove this, a large space will be deleted.
Source: https://habr.com/ru/post/1412275/More articles:Wix-Installer-How can I get the current setup.exe directory? - installerAnalyzing a Table Using the Html Agility Pack - c #.load (), fadeOut () and fadein () do not work in IE8 - jqueryProgramming an emergency call on iPhone - iosIOS: map with route - iosDrag and drop connections from storyboard to application delegate - iosComparison if 2 URLs have the same source target - javaRuby-find strings containing letters in an array - arraysdo closures in c # cause bloat code? - c #Javascript / jQuery - click outside an element on iPhone - javascriptAll Articles