I put a text box over a fullscreen slider, all good there. But i can´t make the color section container fullwidth. I want the text box more to the right.
And i don´t know why but when you load the page, sometimes you see the text, sometimes you don´t, it hides behind the slider.
Hey chaponnel!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-39 #fullscreen_slider_0 {
z-index: 1;
}
Then see – http://kriesi.at/documentation/enfold/color-section-with-100-container/
Best regards,
Yigit
Thanx! that worked.
Now, another thing came up: I gave the column a negative value so the text could be above the slider, but an unwanted white space appeared between the section and the socket. I tried everything, can´t remove it. Any ideas?
Hey!
Please add following code to Quick CSS as well
#text-color-section {
height: 0;
min-height: 0;
}
Best regards,
Yigit
Perfect!
Thanx a lot!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit