Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #737378

    Hello, I’m using this code as suggested by Josue in this post: https://kriesi.at/support/topic/full-width-easy-slider-constant-height/

    It seems to not be working in Chrome today when I’m testing it at my work computer. Is there something easier? I can format my photos to be constant, but I have a vimeo video as my first slide which seems to be pushing it off. There is some padding below that I haven’t been able to get rid of as well, perhaps the two issues are connected?

    Here is what I’m using:

    .avia-slideshow-inner {
    height: 300px !important;
    }

    Do you also have some quick css you could share to make this full-width on mobile so it looks a bit better as well please? I’d like to create a decent fixed-height a above, but especially for mobile that is high enough as I have some titles/captions that are different per slide. Maybe if you could also provide the quick css to adjust the mobile-only view height in case it doesn’t work the first time Thanks for everything as always!!

    • This topic was modified 7 years, 3 months ago by artisforever.
    #738493

    Hello support team, I know you are busy, just reaching out for this issue again, I have a soft-launch in a couple of days! Thanks.

    #738655

    *update

    .avia-slideshow ul.avia-slideshow-inner {
    height: 300px !important;
    overflow: hidden;
    }

    .avia-slideshow li img { padding: 0; }

    The following css height adjustment is only working with my firefox browser, and I still have a large padding showing up. Perhaps it is rather the top-padding above my accordion section?

    #739573

    Hi,

    can you provide us a mockup showing the results you want to achieve please? please use imgur.com or dropbox. Then we can provide you some precise CSS code to achieve what you need.

    Best regards,
    Andy

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