Hello,
I’ve been trying te make a site with Enfold. It works very fine.
I’ve tried different ways but I can get the solution for a object whit a negative margin.
On the site https://dekoersvanhumo.nl is a red block in a backgroundimage.
This block should have a negative margin (-50px) so it start in the white space above and be placed over the image.
I’ve tried the negative margin on the background image end on the white section above, the z-index, and so on.
But it seems that the red block cannot over this content-section.
Is this possible to make work?
Thanx!
Hey Theodor,
Could you post a screenshot highlighting what you would like to achieve please?
Best regards,
Rikard
Screenshot
That cyaan-block should be over the top of the backgroundimage.
The length of the cyaan-block can be longer (to the bottom) by more text.
Hi,
Thank you for the inquiry.
This is possible but you’ll have to disable the parallax effect, then add this css code:
.responsive #top #wrap_all #fullwidth .flex_column.av-m5qno1kn-3285d6e6d8214f631d1cbe90cc83b280 {
margin-top: -200px;
}
#fullwidth {
overflow: visible;
}
You can also move the column in another color section, above the current one, then adjust its bottom margin.
Best regards,
Ismael
Thanx for the answer and support.
i like the parallax effect, so the other suggestion works for me.
Thanx