Great there! Would love this in two columns.
How can I remove the right sidebar completely?
1 Answers
Hi,
If you want to remove the right sidebar in the DW Minion theme, you can add the following code to the style.css file:
#secondary {
display: none;
}
@media (min-width: 980px) {
.primary-inner {
margin-right: 0px !important;
}
}
Hope this helps !
Please login or Register to submit your answer