Nur Andi Setiabudi
asked 9 years ago

Great there! Would love this in two columns.
How can I remove the right sidebar completely?

1 Answers
DominicStaff
answered 9 years ago

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 !

Powered by DW Question & Answer Pro