- Posts: 2284
- Thank you received: 998
disable mobile layout
- Trung Duong
-
- Offline
- Administrator
-
Less
More
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
10 years 11 months ago #7571 by Trung Duong
Replied by Trung Duong on topic Re: disable mobile layout
Hi Andrey,
Your site is still responsive now, you should disable it first.
Regards
Your site is still responsive now, you should disable it first.
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- DannyOcean
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 0
10 years 9 months ago - 10 years 9 months ago #7726
by DannyOcean
Replied by DannyOcean on topic disable mobile layout
Follow the steps posted in the previous posts.
However there were still issues, but I fixed them.
You must add:
min-width: 1170px;
after max-width: 1200px; @ .wrapper{
into:
templates/ot_malesuada/css/preset-style1.css
The result should for example look like this:
And btw its a terrible advice to delete all the text in templates/ot_"templatename"/index.php:
It should be this:
Inside /media/jui/css/bootstrap-responsive.css and bootstrap-responsive.min.css and bootstrap-responsive-rtl.css I have this:
Hope this helps...
You are all welcome, including tech support :sick:
However there were still issues, but I fixed them.
You must add:
min-width: 1170px;
after max-width: 1200px; @ .wrapper{
into:
templates/ot_malesuada/css/preset-style1.css
The result should for example look like this:
Code:
.wrapper{
max-width: 1200px;
min-width: 1170px;
margin:0 auto;
}
And btw its a terrible advice to delete all the text in templates/ot_"templatename"/index.php:
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
It should be this:
Code:
<meta name="viewport" content="width=1200"/>
Inside /media/jui/css/bootstrap-responsive.css and bootstrap-responsive.min.css and bootstrap-responsive-rtl.css I have this:
Code:
/*!
* Bootstrap Responsive v2.3.0
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/.container{width:1170px}
Hope this helps...
You are all welcome, including tech support :sick:
Last edit: 10 years 9 months ago by DannyOcean. Reason: Because the admins s*ck and give not a valid fix
Please Log in or Create an account to join the conversation.
Time to create page: 0.192 seconds