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

    Hello,

    After the last update, i had a little problem on my landing pages.
    As you can see on the screenshot, there is now a bad blank space at the top of the page.
    I don’t want it.
    How can i disable this ?

    In the option of the page >
    model > blank (no header – no footer)
    Title bar settings > hide both.

    Thank’s for your help.

    Enfold new blank header

    #235498

    Hey melangeur!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .html_header_top.html_header_sticky #main {
    padding-top: 0 !important;
    }

    Regards,
    Yigit

    #235614

    Yep Ygit (:

    Thx, work well on pages…
    But.. Create a problem on post. See there > http://4h18.com/jai-pas-le-budget/

    Thak’s for your help.

    #235617

    Hi!

    Please change previous code with following one

    .page-id-19416 #main {
    padding-top: 0!important;
    }

    on which pages do you need to remove the top padding?

    Best regards,
    Yigit

    #235623

    Hum… But, i had the problem on several page.
    And, i often use the “blank” template to create new pages.
    With the id solution, i must add each page on css, isn’t it ?
    If yes, no the god way for me…

    May be create a new class to had it to the html element ?

    #235632

    Hey!

    If you would like to remove top padding only on blank templates, please use following code

    .avia-blank #main {
    padding-top: 0!important;
    }

    This should do it

    Cheers!
    Yigit

    #235636

    You Rock ! ((:
    Many thank.

    Have a nice day.

    #235643

    Hi!

    You are welcome, glad we could help :) You too have a nice day!

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blank space in header’ is closed to new replies.