Completely disable the responsive feature?

  • Unknown's avatar

    Hi,

    I’m trying to disable completely the responsive feature on the twenty eleven theme for my site

    Accueil

    I’ve tried entering bits of code that are said in the forum but nothing works. Is it possible just to freeze the page for it to work on any device without adapting through the responsive feature?

    Thanks in advance for the precious help! :))
    Lea

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Lea, you mention Twenty Eleven, but the theme on the site you reference is Twenty Twelve. Converting a theme from Responsive to Fixed width is, in most cases, a very large job as it requires that you create CSS rules to override all the media queries that adjust the style of the theme. Responsive width themes are meant to keep all your content very legible and readable on smaller devices such as smartphones and tablets. In addition, the menu system changes to a touch compatible menu. Without that change, submenu items are not accessible from touch devices.

    If you look at the existing CSS, you will find two responsive related media queries, one at 900px and one at 600px. What you would have to do is go through all the rules in those two media queries and make them look the same as the like rules in the rest of the CSS. Here is a link to the existing CSS: http://s1.wp.com/wp-content/themes/pub/twentytwelve/style.css?m=1413316158g .

    I see that you have hidden the WordPress.com and theme footer credits in the footer. You are not allowed to hide those per our Terms of Service (#11). Even the VIP sites here at WordPress.com (CNN, Time, etc.) are required to keep the footer credits. See the Frequently Asked Questions on the Custom Design support page for more information.

    You are allowed to restyle the footer credits to better fit with your design as long as they remain readable.

  • The topic ‘Completely disable the responsive feature?’ is closed to new replies.