GetSimple Support Forum

Full Version: Azure Theme for mobile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I have created a theme based on AzureĀ for a client which looks fine in PC browsers. But while I try to view the same in android mobile, I see that it's not shown as fluid one. I have enclosed the screenshot. Any suggestion will be helpful. Thanks.
(2017-06-27, 20:09:55)animas Wrote: [ -> ]Hi

I have created a theme based on AzureĀ for a client which looks fine in PC browsers. But while I try to view the same in android mobile, I see that it's not shown as fluid one. I have enclosed the screenshot. Any suggestion will be helpful. Thanks.

It's difficult to help without seeing the source code. Maybe in the <head> a line like

Code:
<meta name="viewport" content="width=device-width, initial-scale=1" />

is missing.

Alex