Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1071266

    Hi guys,

    Is it possible to overlap the fullwidth easy slider at te bottom with a content section?

    I would like the background (behang_transparant.png) of the content section to overlap the fullwidth easy slider.
    I hope you can help me with this issue.

    Thanks in advance!
    Esther

    #1072010

    Hello Enfold-moderators,

    Is there someone who can help me with the question above, please?
    I know you must be all very busy…. but it would be great if one of you can help me with this issue.

    Thanks! :-)

    #1072364

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .home #av_section_1 {
        position: relative;
        top: -50px;
        z-index: 9;
        background-color: transparent;
    }
    
    

    Best regards,
    Yigit

    #1072413

    Hi Ygit,

    Yes great, it works!!

    There are 2 more thing I want to ask:
    1. At the bottom the content section shows a white gap… (probably the 50px transparency?). Can we get rid of this? :-)
    2. I want the same overlap-structure at the top of the other pages (in progress) as well. Is that possible?

    Thanks again!

    #1073026

    Hi,

    Please edit your pages and give your Color Section elements the same ID – https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2018/08/anchors.png and use the code as following

    #your-custom-id {
        position: relative;
        top: -55px;
        z-index: 9;
        background-color: transparent;
        margin-bottom: -55px!important;
    }
    

    Best regards,
    Yigit

    #1073263

    Hi Yigit,

    I tried this but it doesn’t work…
    Do you have an other suggestion?

    Best regards,
    Esther

    #1073406

    Hi,

    Please use the code as following

    #behang {
        position: relative;
        top: -55px;
        z-index: 9;
        background-color: transparent;
        margin-bottom: -55px!important;
        background-color: transparent!important;
    }

    You may need to adjust “top” value

    Best regards,
    Yigit

    #1073438

    Hi Yigit,

    It works!!! Great! I adjusted both values to -100px.
    Very glad it’s solved.

    Thanks for the great support!

    Best regards,
    Esther

    #1073441

    Hi Esther,

    Glad we could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    #1077771

    Unfortunately, I need your help, too, I would like to do something like that for my Webseite and for two days that I try and I can’t get it to work, you could help me thanks for the work you do…
    https://www.dropbox.com/s/qlhszjyn1v41l4c/Schermata%202019-03-12%20alle%2009.42.21.png?dl=0

    #1077775

    Maybe and why don’t I use Thema child?

    #1077777

    .home #av_section_1 {
    position: relative;
    top: -50px;
    z-index: 9;
    background-color: transparent;
    }

    #behang {
    position: relative;
    top: -55px;
    z-index: 9;
    background-color: transparent;
    margin-bottom: -55px!important;
    background-color: transparent!important;
    }

    #1077778
    #1078726

    Hi,


    @Alben63
    i checked your page and it seems like you have managed to create multiple white sections on your page successfully. If you need assistance, could you please start a new thread under Enfold sub forum and elaborate on the changes you would like to make?

    Best regards,
    Yigit

    #1078778

    Hi Yigit,
    Anyway, thanks for everything you do
    A Hug

    #1078878

    Hi,

    You are welcome :)

    Best regards,
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Content section background overlapping fullwidth easy slider’ is closed to new replies.