when using "auto-responsive" in the slider settings, the text-size decreases dynamicaly with smaller screen sizes. Text becomes to small. Any chance to set a fixed text-size for smaller devices? Maybe I've overseen it.
this is normal because font size is calculated based on the initial value and the screen size. If you want to change that, you will have to use media queries and custom CSS code which will set specific font size based on the window size
Hi,
when using "auto-responsive" in the slider settings, the text-size decreases dynamicaly with smaller screen sizes. Text becomes to small. Any chance to set a fixed text-size for smaller devices? Maybe I've overseen it.
Best regards
Björn
Hi,
this is normal because font size is calculated based on the initial value and the screen size. If you want to change that, you will have to use media queries and custom CSS code which will set specific font size based on the window size
Regards,
Igor