Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter thinkdoug

    (@thinkdoug)

    I worked it out. There was a meta setting that needed to be added.

    Thread Starter thinkdoug

    (@thinkdoug)

    https://www.eatdrinkpolitics.com/home-2/

    This is how I am setting up my media query

    /*------------------------------------------------------------------
    [# All Devices under 960px]
    -------------------------------------------------------------------*/
    @media only screen and (max-width: 959px) {
    
    body {
        width:100% !important;
    }
    #staticWrapper.container_12 {
        width: 100% !important;
    }
    .container_12,
    div#main_wrapper {
        width: 100% !important;
    }
    .container_12 .push_3 {
        width: 100% !important;
        padding: 0 30px;
    }
    div#headerWrapper {
        height: initial !important;
    }
    #logo-image h2 a {
        width: auto !important;
        height: auto;
        line-height: initial;
    }
    #logo-image img {
            max-width: 82% !important;
            padding: 0 30px !important;
            width: 100%;
    }
    #main_area_wrapper {
        padding: 20px 0px;
    }
    .grid_6.alpha {
        width: 100% !important;
        margin: 0 !important;
    }
    #logo-image h2 {
        margin-bottom: initial;
        padding-bottom: initial;
    }
    #logo-image h1 {
            margin: 0;
        }
    div#header {
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .links-doug {
        flex-direction: column;
    }
    }
    Thread Starter thinkdoug

    (@thinkdoug)

    I need to make one page responsive. The theme is old, the site is going to be archived, and I am helping out a friend. I tried putting in media queries but they are being ignored.

    Thread Starter thinkdoug

    (@thinkdoug)

    Unfortunately, this custom theme that is very old isn’t set up that way.

    Thread Starter thinkdoug

    (@thinkdoug)

    I am still having this issue on new installs. Any updates about would be much appreciated.

    Doug

    Thread Starter thinkdoug

    (@thinkdoug)

    I am using the theme called Total which is a purchased theme. Below is what I get when going from a backend to backend and frontend to frontend.

    Plugins:
    Contact Form 7
    Duplicate Post
    Enable Media Replace
    Envato wp toolkit
    HTML social share
    Post snippets
    Rename wp-login.php
    simple history
    slider revolution
    tablepress
    templatera
    wp jump menu
    wpbakery visual composer

    From Chrome Developer:

    JQMIGRATE: Migrate is installed, version 1.4.0
    Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
    Navigated to https://testdoug.com/podesta-test2/wp-admin/post.php?post=10&action=edit
    JQMIGRATE: Migrate is installed, version 1.4.0
    Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
    Navigated to https://testdoug.com/podesta-test2/services/
    JQMIGRATE: Migrate is installed, version 1.4.0
    Navigated to https://testdoug.com/podesta-test2/wp-admin/post.php?post=13&action=edit
    JQMIGRATE: Migrate is installed, version 1.4.0
Viewing 6 replies - 1 through 6 (of 6 total)