Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1217505
    Bicycletraveller
    Participant

    Hello, I’ve been trying to get the white space above my revolution slider away as seen here

    http://bicycletraveller.com/

    Thank you!

    #1217506
    Bicycletraveller
    Participant
    This reply has been marked as private.
    #1217783
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! The issue is because you have inserted invalid html content:

    <h2>[rev_slider alias="notgeneric1"]
    [cs_content][cs_section parallax="false" style="margin: 0px;padding: 45px 0px;"][cs_row inner_container="true" marginless_columns="false" style="margin: 0px auto;padding: 0px;"][cs_column fade="false" fade_animation="in" fade_animation_offset="45px" fade_duration="750" type="1/1" style="padding: 0px;"] [/cs_column][/cs_row][/cs_section][/cs_content]</h2>
    <strong>Latest Bicycle Adventures:</strong>
    
    [ess_grid alias="Post"]

    You should only be using this:

    [rev_slider alias="notgeneric1"]
    
    <h2>Latest Bicycle Adventures:</h2>
    
    [ess_grid alias="Post"]

    And you need to change the page template to “Blank – No Container | header, footer”.

    Hope this helps. Please let us know how it goes.

  • <script> jQuery(function($){ $("#no-reply-1217505 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>