Home Forums Pro Themes WEN Travel Pro Removing the blank space/padding between page content and Hero content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #184852
    Concitta Cavin
    Participant

    Hi!

    I can’t figure out how to remove the blank space surrounding my hero content.
    Please help! 🙂

    http://www.cemdi.org/

    #184855
    Psink
    Keymaster

    Hello @CONCITTA, Please add this CSS in the Additional CSS

    #hero-section {
    padding-top: 0px;
    padding-bottom: 0px;
    }

    #hero-section .hentry {
    margin-bottom: 0px;
    }

    You can adjust the value of padding and margin as per your requirement

    Regards,
    Psink

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