Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #353213

    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!

    #353282

    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

    #361530

    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.

    #362135

    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

    #362216
    This reply has been marked as private.
    #362223

    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

    #362325
    This reply has been marked as private.
    #363101

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.