• zulfipoy

    (@zulfipoy)


    Hi,

    Wonderful theme. Great work!

    I used the below code in style.css and seems not working.

    @media only screen and (max-width: 991px) {
    .widget-area,
    .footer-widget-area {
    display: block;
    width: 100%;
    text-align: center;
    }
    }

    Please check the site http://www.helpingstartup.com.

Viewing 1 replies (of 1 total)
  • awanrmb

    (@awanrmb)

    Hi,

    Please try these css code instead:

    @media only screen and (max-width: 991px){
     .widget-area, .footer-widget-area {
        display: block !important;
      }
    }

Viewing 1 replies (of 1 total)

The topic ‘Sidebar widget not working in responsive site’ is closed to new replies.