Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!

    #1033339

    Hey NoraGTS,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home .content {
        padding-top: 0 !important;
    }

    Best regards,
    Rikard

    #1033379

    I 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!

    #1033380

    Please, 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.

    #1033882

    I 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!

    #1034114

    Hi 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,
    Victoria

    #1034161

    Perfect – and for the bottom? I still have the white space on the bottom of the slider!
    THANKS SO MUCH!

    #1034162

    Hm, this solution works fine for the Desktop, but on my mobile I still see the white space on top. :-(
    And the bottom, too…

    #1034178

    So 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 page

    #1034414

    solved – post can be closed!

    #1034639

    Hi,

    Great, glad you got it working and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Avia page builder spacing’ is closed to new replies.