Screen Width Issue on Mobile screen

Dear Sir,
I am using Dazzling theme for my Blog www.aarvis.in. It is very good simple and powerful theme. Recently I have noticed one issue. On mobile screen, the width of the screen goes beyond 100% and one need to scroll left to right to read the content. Display is proper on home screen but the issue is with single posts. You can try the url http://www.aarvis.in/learn-earn-volatility/ on mobile device and check. Please advice whether I am doing anything wrong.

Thank you in advance.

Regards
Subhash

Hi Subhash,

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

It is happening on your site because of the fixed width added to the image captions.

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

@media (max-width: 768px){
    
.wp-caption.thumbnail {
     width: auto !important;
}
}

Best Regards,
Movin

Great!! Thank you very much.

You are most welcome here :slight_smile: