This topic has 15 replies, 4 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hi
When i try to view the site http://www.max-schmuckdesign.com in a mobile browser it always show the mobile version of the site which is awfull… how can i switch to just show the responsive version of the site?
i dont need the the mobile optimized version at all…
thx
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
ok
just to be clear
Hello,
Have you made any changes in the original theme files?
Please provide us with FTP credentials as well.
Thank you.
Regards,
Eva Kemp.
i did make some css changes…
Hello,
Have you made css changes in style.css or custom.css?
If they are in the original style.css, then move your modifications to custom.css file.
Thank you.
Regards,
Eva Kemp.
i never touched the style.css … i just did modifications in the custom.css
so do you know how to fix my issue?
thx
you changed the entire wite width… it doesnt look good on the desktop now. Please dont change things which has such an huge impact on the frontend…
Hello,
Sorry, but I didn’t make any changes on your site.
Please update the theme to the latest version 2.5.
How to do this you can watch in this video tutorial.
Thank you.
Regards,
Eva Kemp.
i updated the them to v2.5
but still the same question… how can i disable the mobile version?
i just want wo view the site responsive on mobile and tablets
hello? nothing?
Hello, @slidebird,
Sorry for delay.
Problem with mobile version was caused by your custom code:
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {width: 955px;}
.boxed .page-wrapper {
width: 1030px;
margin: 0 auto;
box-shadow: 0 1px 6px;
-webkit-box-shadow: 0 1px 6px;
}
If you change the width of container you need to keep in mind responsiveness and use media queries. For example:
@media (min-width: 976px){.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 955px;
}}
We have fixed it on your site. Check, please. Is mobile version fine for you now?
Also it’s not possible to disable only mobile responsive. You can either disable responsive at all or use it for all devices.
Regards,
Olga Barlow
first of all… thx for the changes… i know my custom code was written in a hurry and not very clean… thx for this great support!!!
but i think i didnt explained it very well… i just need no mobile version. Now you can scroll to the top and enable the moblile version… after that the site looks exactly like the site on the desktop… i want the site always look like the desktop version on default… i dont need a mobile version so i just want to be the dekstop version on default on mobile devices as well…
you know what i mean?
Hello,
You’re welcome.
In this case you can disable responsive design in Theme Options > Responsive.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Mobile Version’' has been successfully resolved, and the topic is now closed for further responses