Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #167188
    andy1972
    Participant

    Hi, when I have the featured slider with Demo content it works fine, but when I change it to Pages, there is a huge white space beneath the slider image, and only half the read more button is seen, as the rest is lost in the white, but visible when I hover over it. The featured images for the pages are 1920px x 1080 px. Any idea why this is not working?

    #167208
    Skandha
    Participant

    @andy1972: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #167250
    andy1972
    Participant
    #167332
    Skandha
    Participant

    @andy1972: You seem to have added images of different height in the slider that is why the big white space is showing up below the slider. I suggest you to add images of uniform dimensions.

    Alternatively you can use the following CSS Code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .slider-image {
    	width: 1536px;
    	height: 864px;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #167344
    andy1972
    Participant

    Hi Skandia,

    I tried a larger image to see would it fill that space, but that was only after the white space existed with all images at 1920px x 1080px. I removed the larger one again but it was still the same, so copied the css code you posted. that got rid of the white space beneath image, but the images then sat to the left with a white space to the right (on my desktop). So I changed the dimensions in the css to 1920 x 1080 and it seems fine now. Thanks for your help, much appreciated!

    #167347
    Skandha
    Participant

    @andy1972: Hello Andy, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Slider’ is closed to new replies.