Simplicity - Disable responsive template for tablet & mobile
WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
- GK User
- Tue Aug 06, 2013 4:02 pm
i would like to disable the responsive layout for template and mobile and just have the desktop layout display across all devices. What's the easiest way to do this so that the layout is consistent and animations work properly.
-
- Fresh Boarder
- GK User
- Tue Aug 06, 2013 4:25 pm
It can be done quite easy in template settings - layout tab, if You will define 3 width sizes (table, small tablet and mobile) to 0px, and add this simple css to: /templates/gk_simplicity/css/override.css at its end:
min-width here should be exact same as tempalte width size in template settings - layout tab.
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
.gkPage {min-width: 1200px;}
min-width here should be exact same as tempalte width size in template settings - layout tab.
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Tue Aug 06, 2013 8:22 pm
i made the changes as you suggested but when i pull the site up on an iphone for example, it still scales the width down and am unable to pinch/zoom. site is www.funnelcloud.net
-
- Fresh Boarder
- GK User
- Tue Aug 06, 2013 9:06 pm
Sorry, my fault:
- Code: Select all
.gk-page {
min-width: 1200px;
}
-
- Moderator
- GK User
- Tue Aug 06, 2013 10:55 pm
still not displaying correctly.
-
- Fresh Boarder
- GK User
- Mon Aug 12, 2013 5:17 pm
Dont know why, but I dont see any changes in your override.css:
http://siteground244.com/~funnelcl/wp-c ... ss?ver=3.6
http://siteground244.com/~funnelcl/wp-c ... ss?ver=3.6
-
- Moderator
6 posts
• Page 1 of 1