Responsive Settings

Posted in: Newspaper
Post count: 3

I do not have a Theme Panel tab Responsive Settings, on mobile you can see all the codes, what to do?

Post count: 6600

Hi,

Unfortunately the theme doesn’t have settings for responsive view/mobile view. The content from your homepage/post page is just styled for mobiles screens and it’s the same as on desktop screens.
We plan to improve this system in the future and add options for this but at the moment this can only be achieved via css and use the media queries to target the mobile view and hide content.
This is the media query which you need to used to target the mobile view screens:

/* responsive phone */
@media (max-width: 767px) {
add your css code here
}

Hope this helps! Sorry for the inconvenience!

Thanks

Post count: 3

Hi Lucian

Thanks for your email. I understand that this site does not support the responsive view. In the same time, if you download the “full version” (please see the printscreen “view the full version”) – the page looks fine! Therefore, would you please tell me how to “switch off” the other mode, if viewed from the mobile (the printscreen I was sending you before). Am I making it clear enough?

Thanks!
Olga

Post count: 1291

Hi,

Check if the Jetpack – mobile theme is enabled, if it is disable it – https://forum.tagdiv.com/how-to-manage-the-mobile-theme/

If this is not the case disable all plugins, enable only the Visual Composer plugin and check if the issue is still there.

Thank you, Emil G.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.