Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #567832

    Hi there,

    I already tried to find something here but didnt so. On the homepage of our website we have the advanced layer slider. I set it to responsive mode. I works perfect for my laptop, also the height is fine. (I set the height to a specific value.) But when I take a look on our website on a bigger screen the height is not responsive. I can already see some text below the slider. What should i put in, that the layer slider fills out the entirely screen on every size? (height!)

    Thanks in advance
    GG

    #568293

    Hey greengraphicsvienna!

    Are you setting the slider to fullwidth? If so then you’ll want to set the height to auto if you want it to be responsive.

    Send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    • This reply was modified 8 years, 2 months ago by Elliott.
    #568464

    Hey Elliott!

    Yess the fullwidth is enabled. The height is set to 510, so it fits to my PC but not (of course) to bigger screens. With AUTO you mean, to leave it empty or do I have to write in “auto”? Slider width: 100%

    responsive: enabled
    max-width: empty

    responsive under: 1140
    layers container: 1140

    http://www.greengraphics.at/

    Thanks and best wishes
    gg

    #569133

    Hi!

    It looks fine to me. It’s resizing fine.

    I did notice a small gap under it though on smaller screens. You can add this to your custom CSS to fix it.

    
    .avia-section {
        min-height: 0px;
    }

    Cheers!
    Elliott

    #569944

    Hi Elliott,

    thanks for your reply and the code!

    Does it really on yours? My boss has a bigger screen and the height doesnt fill out his entire screen. On mine it does because i set it on 510. The height of my laptop. Is it maybe something like this??
    Also on my tablet the height of the slider doesnt fill out the entire screen. I can read something below.

    div#layer_slider_1 {
    height: auto!important;
    }

    Cheers
    gg

    #570944

    Anybody? :)

    #571838

    Hey!

    Yes, can you take a screenshot of what it looks like?

    Best regards,
    Elliott

    #572180

    Hi Elliott,

    thx for your reply. Do I have to upload the screenshots on imgur or something like that or is there another way? Sry stupid question.

    Thanks
    gg

    #573385

    Hey!

    Yes, imgur would be best. Copy the URL it gives you and then paste it inside an img tag in your reply. (click on the img button in the editor)

    Best regards,
    Elliott

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