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.
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
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.
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
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 ?
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
You Rock ! ((:
Many thank.
Have a nice day.