Tagged: whitespace
Hello,
I am currently working with a website that has only a couple of pages with a large chunk of whitespace below the header but above the content. They use a plugin called “Insert PHP” which I suspect is part of the problem but have no idea how to remove this whitespace. Have tried removing padding in various CSS elements with no success.
Thanks!
Hey galtonfunding!
That is correct. Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your text block elements a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia_textblock.your-custom-class { margin-top: -60px; }
Cheers!
Yigit
Hello,
I followed these steps however I still have the same whitespace issue (no change). Gave the pricing page a custom class and toyed with the margin-top with no results.
Hey!
Please review your website. I gave custom class to your code block element and adjusted the code in Quick CSS field
Best regards,
Yigit
Hey!
Please flush browser cache, this is how it looks on my end – http://i.imgur.com/SXpFnfQ.png
You can go to Quick CSS field and adjust the value to change the whitespace
Cheers!
Yigit
Hi!
It seems like you have removed margin-top values from Quick CSS field. Please add them and adjust as needed – http://i.imgur.com/6nHftjK.png
Cheers!
Yigit