-
AuthorPosts
-
July 29, 2018 at 8:26 am #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,
BenJuly 29, 2018 at 5:46 pm #991125Hey bennymollema,
Best regards,
VictoriaJuly 30, 2018 at 7:52 am #991430Thanks 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;
}July 30, 2018 at 4:55 pm #991591Hi 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,
VictoriaJuly 30, 2018 at 5:12 pm #991604Thanks! 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.
July 30, 2018 at 11:40 pm #991764Hi,
Where have you added the anchor ids?
Best regards,
Jordan ShannonJuly 31, 2018 at 6:55 am #991803Hi,
in a codeblock. One below the masonry gallery and open below the horizontal gallery
July 31, 2018 at 5:45 pm #992010Hi bennymollema,
You can use other section ids for the anchors, why are you using empty sections for that?
Best regards,
VictoriaAugust 1, 2018 at 7:15 am #992192This reply has been marked as private.August 3, 2018 at 12:09 pm #993214Hi,
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.
August 4, 2018 at 8:52 am #993460This reply has been marked as private.August 6, 2018 at 8:05 am #993820Hi,
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,
IsmaelAugust 6, 2018 at 8:18 am #993826This reply has been marked as private.August 6, 2018 at 8:41 am #993840Hi,
Did you enable the css/js compression from the Performance panel? Please disable it first and then purge the browser cache.
Best regards,
IsmaelAugust 6, 2018 at 11:33 am #993888This reply has been marked as private.August 7, 2018 at 2:14 am #994168Hi,
Did you change the anchor names? Please post the login details in the private field so that we can check the settings.
Best regards,
IsmaelAugust 7, 2018 at 8:11 am #994262Yes, 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.
August 8, 2018 at 1:45 am #994648Hi,
Thanks for the update. I adjusted the css code a bit. It is working properly now.
Best regards,
IsmaelAugust 8, 2018 at 7:55 am #994695Perfect! Thanks for your support!
August 8, 2018 at 11:16 am #994857Hi bennymollema,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.