Soliloquy Help... Mobile View

Hi!

I inquired about the way the soliloquy shows in mobile view in the thread below. I would like to know if there’s a way to keep my current text and still have the slider display properly? I really like it so I would like to continue using it along with my original content. https://keianienterprises.com

Hi There,

We can’t reduce the font size of the caption by adding this custom CSS under Theme Options > CSS:

@media (max-width: 480px){
    .soliloquy-caption-inside {
        font-size: 0.7em !important;
        line-height: 1.4 !important;
        letter-spacing: 0.08em;
    }
}

But as @christian_y mentioned in the previous ticket, the text might be unreadable on some small mobile devices.

Regards!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.