• Resolved David492

    (@david492)


    Hy,

    I’m trying to build this site using the free version engrave (lite).

    I’m very happy with the pre-designed homepage but not with the way that it shows the rest of pages I’ve added. For instance, in the page “about” https://flamencodocumentaryfilmfestival.com/about-us/ I want to delete de space between the black header and the content of the page, so that the logo and the text of each page appears just underneath he social media buttons, and all the white area with the letters ABOUT disappear.

    I’ve tried to change the style.css file establishing a header{height:0px}, and It works perfect for all the pages, except for the pre-designed homepage, because if put header{height:137px} the pre-designed homepage only shows the slider and does not show the recent post.

    I would appreciate any information you can give me.

    Thanks very much and happy holydays!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Add below css to your stylesheet to hide that section.

    #intro{
        display:none;
    }

    Thanking you.

    Thread Starter David492

    (@david492)

    Thanks very much Somin!

    I’ve added the code and all the white area with the letters ABOUT has disappeared, so I’m quite more satisfied with the design now. But there is still a little space in pages between the black header and the first image of the page. I don’t know if it is possible an easy to delete it so.

    Anyway, I insist, I’m happier with the current design and thank you very much.

    Theme Author ThinkUpThemes

    (@thinkupthemes)

    Hi David,

    Your site doesn’t seem to be loading. Please let me know when it’s active and I’ll take a look.

    Thanks,

    Afzaal

    Thread Starter David492

    (@david492)

    Sorry Afzaal,

    I moved my domain to flamencofilmfest.com. There you can see, for instance, the space between the header menu and the slider in flamencofilmfest.com/about

    Thanks for your interest.

    Best Regards

    Try appending this code to the bottom of your style.css.

    #content {
        padding: 0 10px;
    }

    Thread Starter David492

    (@david492)

    Thanks very much Batharoy. It worked perfectly.

    Best Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Delete space betwen header and page content’ is closed to new replies.