-
AuthorPosts
-
November 13, 2018 at 3:09 pm #1033030
How can I get rid of the top spacing that the Avia page builder automatically includes?
I inserted a Layerslider on top of my page as a header slider, and now it shows a fat white border on top of it.
PLEASE HELP it’s really urgent! I need to go online!November 14, 2018 at 5:49 am #1033339Hey NoraGTS,
Please try the following in Quick CSS under Enfold->General Styling:
.home .content { padding-top: 0 !important; }
Best regards,
RikardNovember 14, 2018 at 8:39 am #1033379I tried the same for the bottom, as the bottom was also showing a white border, but now ALL the content doesn’t have any bottom anymore.
PLEASE, I only need it for the VERY TOP, not in all of my sections on my homepage!November 14, 2018 at 8:44 am #1033380Please, I really need to go online. If I add this code the entire content of my page doesn’t show a top anymore. I only need for the very top section, where the header slider is showing: no TOP, no BOTTOM! because right now the slider shows this white spacing.
November 15, 2018 at 10:50 am #1033882I had to go online, but the problem still persists. I have a new URL – pls see below.
I tried this code:
.home .content {
padding-top: 0 !important;
}
.home .content {
padding-bottom: 0 !important;
}… but then the entire page shows no top and bottom padding for all sections. So that cannot be the solution.
Thanks so much!November 15, 2018 at 8:00 pm #1034114Hi NoraGTS,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 68px; }
If you need further assistance please let us know.
Best regards,
VictoriaNovember 15, 2018 at 10:12 pm #1034161Perfect – and for the bottom? I still have the white space on the bottom of the slider!
THANKS SO MUCH!November 15, 2018 at 10:20 pm #1034162Hm, this solution works fine for the Desktop, but on my mobile I still see the white space on top. :-(
And the bottom, too…November 15, 2018 at 11:54 pm #1034178So now I have another problem due to this code:
in summary:
1. The bottom of my header slider still shows a white space
2. The solution only works for desktop, not on mobile
3. IMPORTANT: Now I have this reduction of the top space showing also on all subpages! Not only on my HOME pageNovember 16, 2018 at 12:29 pm #1034414solved – post can be closed!
November 17, 2018 at 5:25 am #1034639 -
AuthorPosts
- The topic ‘Avia page builder spacing’ is closed to new replies.