Only the contents page is not responsible on Mobile (Dazzling 2.0.4 )

Hi, first of all, thank you for offering such a beautiful theme! I enjoy myself a lot.

After updating the theme to 2.0.4, only the content page doesn’t work responsible flat design.
The landing page and sidebar are responsible, but only the article is not responsive on mobile.

Please can anybody tell me how to fix that?

I thought there are maybe conflicts between plugins, so I stopped all them, but things didn’t change.

It used to work normal before updating…
Thank you so much in advance!

*Sorry, I forgot to include my website’s URL

The content page that is disfunction: http://wsbi.net/media_director

The landing page that functions ok : http://wsbi.net

Hi @wsbi,

I hope you are well today and thank you for your question.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea{
      max-width: 100%;
}

Best Regards,
Movin

hi Movin,

Thank you so much for answering my question!
I solved the issue :slight_smile: As you mentioned, the problem was that I didn’t set the max-width: 100%.

Have a nice day…!

You are most welcome here :slight_smile: