problem with sliders on mobile

Hello! I am using the Dazzling Theme on my website (http://dinaarashiro.com.br/), and it looks great on desktop, but the sliders are not ok on mobile (I am testing it on an Android smartphone, and it shows only non-clickable fotos and no summary of the posts). Could you help me solve this problem? Thanks!

Hi @enedina,

The theme is built not to show on mobile the summary post in slider as you see in desktop version.

Thanks,

Cristian

The Read More or Continue button malfungtion on mobile layout. How to fix that?

@agenforex It’s an issue with the Z index, search for this : .
side-pull-left #primary {
and add
z-index: 1;
you can add
max-width: 100%;
if you have an issue with width on some phones too (i had that issue)