• both sidebars on Macbook pro are not displaying. They display on a larger monitor and of course I would not want them to show on iPad or mobile.

    How do I fix this issue?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I’m not seeing the sidebar on the shared page. Please share the URL or page name where it present to check.

    Thread Starter nichere

    (@nichere)

    https://superiordigital.com.au/seo-quote/

    It is
    sidebar – centre – sidebar

    This was the only way I knew how to make the form not the entire width of the page. Do you have an alternative method? Because when viewed on a MacBook pro it is entire width of screen. The sidebars have no effect

    Hi,

    Please add the below CSS code from Appearance > Customize > Custom CSS, and check.

    @media only screen and (min-width: 960px) {
    .content-both-sidebars.scs-style .content-area {
        float: left !important;
        width: 44% !important;
        left: 28% !important;
    border-left-width: 1px !important;
    }
    .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
        width: 28% !important;
    }
    .content-both-sidebars.scs-style .widget-area.sidebar-secondary {
        position: relative !important;
        left: -44% !important;
        padding-right: 30px !important;
    }
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘both sidebars on Macbook not displaying’ is closed to new replies.