I am having some trouble with a <br> after the Layerslider </div> (On mobile also before)
After the update of Enfold theme to 4.8. this happened: Right after the LayerSlider the mysterious <br> has appeared out of nowhere:
Please see screenshots here:
https://houraway.webstar.si/wp-content/uploads/2021/03/br-between-layerslider-and-color-section-frontend.png
https://houraway.webstar.si/wp-content/uploads/2021/03/br-between-layerslider-and-color-section-frontend-code.png
Can you please help? Have I done something wrong?
I am adding the access date in private.
Hi,
We have fixed the issue in Enfold 4.8.1. Since you have already updated to that version, I simply edited your page and updated it.
Please review your website :)
Cheers!
Yigit
Hi, @Yigit
Thank you for your update. I had to also add this code to the site:
#top .avia-layerslider {
border-top-width: 0px;
}
otherwise a white 1px border was still visible below the layerslider.
Do you suggest a better correction?
Hi,
That is the top border of your second LayerSlider element on the page. You can use the code as following to remove borders
#top .avia-layerslider {
border: none;
}
Best regards,
Yigit
Did like you wrote, it works, thank you.