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.
User avatar
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:
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.
User avatar
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
User avatar
Fresh Boarder

GK User
Tue Aug 06, 2013 9:06 pm
Sorry, my fault:
Code: Select all
.gk-page {
    min-width: 1200px;
}
User avatar
Moderator

GK User
Tue Aug 06, 2013 10:55 pm
still not displaying correctly.
User avatar
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
User avatar
Moderator


cron