Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1474926

    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!

    #1474932

    Hey Theodor,

    Could you post a screenshot highlighting what you would like to achieve please?

    Best regards,
    Rikard

    #1474933

    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.

    #1475050

    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

    #1475093

    Thanx for the answer and support.
    i like the parallax effect, so the other suggestion works for me.
    Thanx

    #1475111

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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