-
AuthorPosts
-
August 9, 2015 at 4:29 pm #354423
Hello,
I just noticed that on the pages I use Visual Composer to built them with there’s a big blank space after the page headline:
URL 1: http://nevron.ru/nevron-wp/lechenie-za-rubezhom/singapur/
screenshot 1: http://take.ms/5uTTT
URL 2: http://nevron.ru/nevron-wp/o-kompanii/missiya-i-tsennosti/
screenshot 2: http://take.ms/qzLnc
And when I don’t use Visual Composer (just standard WP visual editor), there’s no issue at all:
screenshot: http://take.ms/YMySd
Please help me to remove this blank space.
Thanks!
—
AlexAugust 9, 2015 at 5:28 pm #354443Hey Alex,
The reasoning for why there is a blank space above your <h4> header is because it has a margin-top of 1.75em. The pages you don’t see the blank space are using a <h1> header.
To fix this issue, add the following code to your stylesheet (Appearance > Editor > style.css or in your X theme folder > style.css).
Fix on all h4 headers:
h4 {margin-top: 0;}
Let me know if it works,
Chris
CreaticationsAugust 9, 2015 at 8:07 pm #354523Hi Alex,
Thanks for writing in! @creatications, thanks again for assisting. Let us know if you need help with anything else. Thanks!
August 16, 2015 at 12:35 pm #360566Hello,
Thank you Chris and thank you X support! It totally worked. 🙂
—
AlexAugust 16, 2015 at 12:42 pm #360570You’re most welcome 🙂
-
AuthorPosts