Hello,
I placed an image over a slider. The goal is that there is no gap between the two elements. Unfortunately I can’t find a setting to implement this.
And also with a custom.css I don’t get further despite many attempts.
.mycolor {
margin-bottom: 0px;
}
This setting seems to be ignored.
In the private area you will find the access data to the site.
Thanks a lot,
Dirk
Hey Dirk,
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
.avia-image-container.avia-align-center.mycolor {
margin: 0 auto;
}
.flex_column .avia-image-container.avia-align-center.mycolor + .avia-slideshow {
margin: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
thanks a lot – that works fine.
Best regards,
Dirk
Hi Dirk,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko