Blog on my iPad

Hi,
I am attaching the screenshot of how I see my blog on my iPad.
As you can see in the slide image, they lack the written links Category, Post Title, Read more.
So it is normal?
Or is it a problem to solve?
Regards
Michele

Hi Michele,

Thank you for your another question.

By default in Activello theme the slider text is not displayed on mobile devices due to small screen size of device but you want to display it then you can do so by adding the following CSS code in the Custom CSS option of the latest version of Activello theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

div.flex-caption {
    display: block;
}

Best Regards,
Movin