Arnaud Gallay
asked 6 years ago

Hi!
Sorry to bother you with a very boring topic, but I am struggling to change the width of the sidebar on DW Focus 1.3.3 (same problem as everybody: I have to fit ads 300px wide). I use to have no problem with this on version 1.0.9, and it seems I cant find the right solution on this forum… 
Thanks in advance for your help!

1 Answers
DominicStaff
answered 6 years ago

You can add the following code to the style.css file or custom code in the theme option.

@media (min-width: 1200px ){
    #page {
        max-width: 1227px;
    }

    .container {
        width: 1225px;
    }

    .site-content > .content-inner > .container > .row >  .col-lg-9 {
        width: 885px;
    }

    .site-content > .content-inner > .container > .row > .col-lg-3 {
        width: 340px;
    }

    .content-inner:before {
          left: 885px;
    }
}
Dominic Staff
replied 6 years ago

If you still face their issue, you can send me username & password of your site for further checking.

Powered by DW Question & Answer Pro