darren lobaw
asked 9 years ago

Using DW Minion, how do you make the secondary sidebar wider to allow wider widgets?

2 Answers
DominicStaff
answered 9 years ago

Please tell me detail about the size that you make for the secondary sidebar and send me your site for further checking.
Regards,

Jon Z
answered 9 years ago

I’d like to make the secondary (right) sidebar smaller to leave more room for posts.
Maybe make it 2/3 or 3/4 it’s current width.

Any ideas?

dominic Staff
replied 9 years ago

You can add the following code to the style.css file:

@media (min-width: 980px) {
.primary-inner {
    margin-right: 210px;
}
#primary {
    margin-right: -200px;
}
#secondary {
    width: 200px;
}
}

Note: With this size, you will not able to use some the current widget as our demo in your secondary sidebar.
I think with this size, you should remove the secondary sidebar.
Hope this helps !

Powered by DW Question & Answer Pro