Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #542201

    Hi there. The gap below the slider is happening on and off constantly with no seeming rhyme or reason. I launch this site on friday and I don’t know what to do to make it go away. I’ve searched the container on the forums and none of the fixes work

    the element is: template-page content av-content-full alpha units

    I’ve provided URL in private content

    Please help!

    • This topic was modified 8 years, 12 months ago by neverstar.
    #542351

    Hi neverstar!

    Can you please edit your pages and make sure that you do not have any elements there?
    You can also use this Quick CSS code in Enfold theme options > General Styling

    .page-id-15 #after_full_slider_1,.page-id-21 #after_full_slider_1 {
        display: none;
    }

    Regards,
    Yigit

    #542875

    Can we just do that as default for all pages somehow? It’s happening all the time on fresh pages too. I don’t know what is causing it. I can give you login creds if you want. I launch friday. ugh. Hope you can help get to the root of the issue. Cheers

    • This reply was modified 8 years, 11 months ago by neverstar.
    #542881

    happened again here:

    #542961

    Hey!

    Have you been able to figure it out? I cannot see extra space in the page you linked in – https://kriesi.at/support/topic/laerge-gap-between-fullwidth-slider-and-content-av-content-full-alpha-units/#post-542881

    Best regards,
    Yigit

    #1189397

    Hi,

    I have this problem, follow the link about tthe problem only in home page, before footer there is a big space white, I must remove it.

    Could you help me asap?

    Best Regards

    #1189427

    Hi Partecipant,

    It seems like you have added some elements and chose to hide them on desktop. Could you please try adding your content inside a Color Section element and chose to hide that section? That would be a better solution.

    If you would like a quick fix, please add following code to Quick CSS in Enfold theme options > General Styling tab

    @media only screen and (min-width: 990px) {
    .home #after_submenu {
        display: none;
    }}

    Best regards,
    Yigit

    #1189657

    Thank you, it works!

    Best Regards

    #1189660

    Sorry, follow another link, at follow the link with the same problem,

    Thank you and best Regards

    #1189742

    Hi,

    Please add following code to Quick CSS as well

    @media only screen and (min-width: 990px) {
    .page-id-1451 #after_submenu {
        display: none;
    }}

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.