Home Forums Pro Themes Nature Bliss Pro Caption on mobile device

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48467
    Peter Fest
    Participant

    Hi,

    the caption (slider featured image) doesn’t show on a mobile device. We really want the caption on all devices. Can you help please?

    #48543
    wensolutions
    Keymaster

    Hello @peter-fest,

    To show the caption in all device use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and add below given CSS.

    @media only screen and (max-width: 768px)
    {
    #main-slider .cycle-caption p {
        display: inline-block;
        max-height: 100%;
        overflow: hidden;
    }
    }

    Hope this helps .

    Best Regards!!

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