Laura Benítez
asked 9 years ago

I want to hide or remove the secondary sidebar of DW Minion layout.

1 Answers
DominicStaff
answered 9 years ago

Hi,
If you want to remove the secondary 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