New Topic

Turn Off Responsive Design

Home › Forum › Documentation › Turn Off Responsive Design

This topic contains 0 replies, has 1 voice, and was last updated by  StartupWP 4 years, 9 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1643

    StartupWP
    Keymaster

    If you want your website to simply display exactly the same across all devices, without the content adapting and resizing to different screen sizes, add the following CSS:

    body, #wrapper{min-width:1000px !important}
    @media all and (max-width:767px){#menu label.toggle{display:none}#menu ul{display:inline}}
    @media all and (max-width:320px){#hsidebar, #header, #menu #s, #content, #sidebar, #lsidebar, #rsidebar, #footer, #fsidebar, #menu ul li a, #menu ul li a:hover, #menu #s{width:inherit;max-width:inherit}#menu .sub-menu, #menu .children{left:0;margin-left:0 !important}}

    https://startupwp.com/topic/customizing-your-theme/

Viewing 1 post (of 1 total)

The topic ‘Turn Off Responsive Design’ is closed to new replies.