Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #991027

    Hi!

    Im using a fullscreen masonry gallery and horizontal gallery on my website but they both show a whitespace underneath and I can’t get rid of them. (could be the codeblocks to)

    Hope you can help!

    Cheers,
    Ben

    #991125

    Hey bennymollema,

    Best regards,
    Victoria

    #991430

    Thanks fro your reply!

    I put below in Quick CSS and the big white space is gone. There is just a small white line still showing, any way to get rid of them?

    .template-page.content.av-content-full.alpha.units {
    padding-top: 0;
    padding-bottom: 0;
    }

    #991591

    Hi bennymollema,

    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

    
    #after_masonry.container_wrap, #after_horizontal_gallery {
      border: none;
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #991604

    Thanks! They are gone now.

    But could it be that my anchor point (code blocks) don’t work anymore, they were right were the white lines were.

    #991764

    Hi,

    Where have you added the anchor ids?

    Best regards,
    Jordan Shannon

    #991803

    Hi,

    in a codeblock. One below the masonry gallery and open below the horizontal gallery

    #992010

    Hi bennymollema,

    You can use other section ids for the anchors, why are you using empty sections for that?

    Best regards,
    Victoria

    #992192
    This reply has been marked as private.
    #993214

    Hi,

    The anchors are still working when I checked, even if the sections are hidden.

    Best regards,
    Ismael

    • This reply was modified 6 years, 3 months ago by Ismael.
    #993460
    This reply has been marked as private.
    #993820

    Hi,

    Thanks for the update.

    Replace the previous css code with this one.

    #after_masonry.container_wrap, #after_horizontal_gallery {
        position: absolute;
        top: -1px !important;
        z-index: -1;
    }

    You can now replace the generic anchors (‘#full_slider_2’ and ‘#full_slider_3’) with their actual names (#about, #contact).

    Best regards,
    Ismael

    #993826
    This reply has been marked as private.
    #993840

    Hi,

    Did you enable the css/js compression from the Performance panel? Please disable it first and then purge the browser cache.

    Best regards,
    Ismael

    #993888
    This reply has been marked as private.
    #994168

    Hi,

    Did you change the anchor names? Please post the login details in the private field so that we can check the settings.

    Best regards,
    Ismael

    #994262

    Yes, i did. For as far as i know i tried it all. Hope you can take a look and see what is going on.

    • This reply was modified 6 years, 3 months ago by Victoria.
    #994648

    Hi,

    Thanks for the update. I adjusted the css code a bit. It is working properly now.

    Best regards,
    Ismael

    #994695

    Perfect! Thanks for your support!

    #994857

    Hi bennymollema,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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