Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #163900
    effess
    Participant

    Catch Kathmandu Pro: Featured Image Slider content disappears when window is made smaller. I’ve tried various configurations at @media screen and (max-width: 767px) { #main-slider .entry-container … but can’t find the problem. Thanks for your help. https://test.rebecca-rosenberg.com/

    #163935
    Skandha
    Participant

    @effess: I checked your site and the slider text seems to be displaying both on larger and smaller screens. Can you please explain the issue you are having?

    Kind Regards,
    Skandha

    #164109
    effess
    Participant

    On the home page https://www.rebecca-rosenberg.com/, there are 2 lines of type in each slider image, set in Theme Options/Featured Image Options: the “title” and the “content”. The “title” shows fine across different devices, but the lower line, the “content” (the picture credits) disappears on mobile devices.

    #164129
    Skandha
    Participant

    @effess: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #main-slider .entry-container .entry-content {
    	display:block;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #164176
    effess
    Participant

    It works. Thank you!

    #164213
    Skandha
    Participant

    @effess: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

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