Hi,
I am creating a landing page and use the blank page option. I have the problem, that the first element (layer slider) is not exactly on top of the page. Same problem is when I have a coloured section on top. I realized that it only appears when the height is for example 300 px – which is the height I wanted for this element. If I increase the height up to 500 px the picture is on top of the page. This is the link to the page:
http://erfolgswelt24.com/glaubenssaetze/
I have tried it with negative value of whitespace but that doesn’t help.
And how can I get rid of the small white line above the layer slider?
Thanks in advance,
Sophie
Hi Sophie
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#layer_slider_1 {
border: none!important;
}
Best regards,
Yigit
Thanks, Yigit.
One question: is this new that the content is centered when there is only few content? I have this “problem” also on other pages… but maybe it is a new feature ;)
For example this: http://erfolgswelt24.com/danke-fuer-deine-anmeldung/
Best regards, Sophie
Hey!
Blank page template centers the content. You can add following code to Quick CSS to override it
#top.avia-blank #wrap_all {
vertical-align: top;
}
Regards,
Yigit
Aaahhh, okay :) I didn’t realize this.
Thanks for this information!
Best regards Sophie