Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #815982

    Hi

    On the desktop version of my site (with most sizes), the text from the bottom of the slider is getting chopped off now.

    It was working ok until I did this

    https://kriesi.at/support/topic/blank-white-space-appears-over-slider-on-mobile-screens/#post-815693

    However, I want to keep the fix that Jordan suggested in there as well ideally.

    Thanks
    Farzan

    #815988

    Hey farzanahmed,

    Try adding the following to quick css:

    .slideshow_caption{
    padding-top:2px!important;
    }

    Best regards,
    Jordan Shannon

    #815993

    Hi Jordan

    I add that and it makes the ‘special heading’ element under the slideshow huge but no change to the text being chopped off on the slider?

    Thanks
    Farzan

    #815994

    Actually, it seems its not that css that’s making that header huge – i’ve removed the css and its still huge.
    Can you take a look at that for me pls.
    Thanks
    Farzan

    #815998

    Hi,

    This css should work:

    .slideshow_caption{
    padding-top:2px!important;
    }

    This is to fix the text being chopped off. I am seeing the header the same size as it always has been.

    Best regards,
    Jordan Shannon

    #815999

    Ah, I sorted it.

    The header was set at 500px (earlier today, i accidentally put the minimum height on the heading as that, rather than the slideshow – that was before I had had my coffee lol) – when I remove that it sorted that obviously and I just put the minimum height on the slider as 500 and added the css and it works fine now :)

    Thanks again
    Farzan

    #816018

    Hi Farzan,

    We’re glad that you were able to sort this out! :)

    Let us know here in the forums if you have any other questions.

    Cheers!
    Sarah

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Slider is getting chopped off at the bottom on some desktop screens’ is closed to new replies.