-
AuthorPosts
-
February 25, 2019 at 1:14 pm #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- This topic was modified 5 years, 9 months ago by esther nijhuis.
February 26, 2019 at 10:29 pm #1072010Hello 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! :-)
February 27, 2019 at 8:05 pm #1072364Hi,
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,
YigitFebruary 27, 2019 at 9:57 pm #1072413Hi 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!
March 1, 2019 at 11:11 am #1073026Hi,
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,
YigitMarch 1, 2019 at 4:55 pm #1073263Hi Yigit,
I tried this but it doesn’t work…
Do you have an other suggestion?Best regards,
EstherMarch 1, 2019 at 9:55 pm #1073406Hi,
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,
YigitMarch 1, 2019 at 11:07 pm #1073438Hi Yigit,
It works!!! Great! I adjusted both values to -100px.
Very glad it’s solved.Thanks for the great support!
Best regards,
EstherMarch 1, 2019 at 11:18 pm #1073441Hi 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,
YigitMarch 12, 2019 at 10:48 am #1077771Unfortunately, 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=0March 12, 2019 at 10:51 am #1077775Maybe and why don’t I use Thema child?
March 12, 2019 at 10:53 am #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;
}March 12, 2019 at 10:58 am #1077778March 14, 2019 at 3:29 pm #1078726Hi,
@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,
YigitMarch 14, 2019 at 6:22 pm #1078778Hi Yigit,
Anyway, thanks for everything you do
A HugMarch 14, 2019 at 10:21 pm #1078878 -
AuthorPosts
- The topic ‘Content section background overlapping fullwidth easy slider’ is closed to new replies.