Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #338251

    Hi!
    I’m working with the Enfold and I have to resolve such interesting problem:

    1. There is a page with fullscreen background image (which is simple Fullscreen Slider with the only one slide)
    2. There is no other data on the page, so background image must fill all usable space
    3. How to remove vertical scrollbar totally?

    Screenshot – http://j.mp/1yad31G
    Link – http://j.mp/1wr1gwJ
    Thanks!

    • This topic was modified 10 years, 1 month ago by zhitya.
    #339752

    Hey!

    Try adding this code to the Quick CSS:

    body.home {
        overflow: hidden;
    }

    Cheers! 
    Josue

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