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

    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.

    • This topic was modified 8 years, 10 months ago by chaponnel.
    #556712

    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

    #561148

    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?

    #561185

    Hey!

    Please add following code to Quick CSS as well

    #text-color-section {
        height: 0;
        min-height: 0;
    }

    Best regards,
    Yigit

    #561211

    Perfect!

    Thanx a lot!

    #561219

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text box problem and full width’ is closed to new replies.