• Resolved joseManuel

    (@nesttt84)


    Hello guys!

    The plugin is absolutely fantastic, nice job!

    I’m trying to setting up the slider.

    Full witdth, adaptative height. Ok

    I checked in system windows, and i realised that when the toolbar is activated it covers the bottom of the slides, covering the bullet points of slides.

    When toolbar is deactivated or hidden, the height fits exactly to cover the screen, i mean works perfectly.

    See this little screencast for view the problem. –> Screencast

    Is it possible to manage this? Any idea?

    thank you!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Gutenberg Slider

    (@gutenbergslider)

    @nesttt84 thank you for your kind words. What you request is possible, yes, with css. Are you fluent with css? You can e.g. set a rule like:

    #your-slider-id {
    min-height: calc(100vh – 50px);
    }

    where 50px would be the height of your toolbar, and you would have to insert the id of your slider of course. If you need more help, please write here again, will reply faster this time

Viewing 1 replies (of 1 total)

The topic ‘Height adaptative with tool bar windows’ is closed to new replies.