frankfka
asked 8 years ago

I’ve searched around for quite a bit of time but couldn’t find a satisfactory answer for this. I’m trying to disable the right sidebar in individual answer pages: http://3dworkbench.co/question/test/
How should I proceed?

1 Answers
Hà Anh
answered 8 years ago

I checked your site and saw that sidebar is already removed from the single question page. I think you’ve figured it out, haven’t you?

frankfka
replied 8 years ago

Please see this: http://3dworkbench.co/question/local-pickup/
The sidebar is still there.

Dominic Staff
replied 8 years ago

You can add the following code to the style.css file:
@media (min-width: 981px) {
.single-dwqa-question #main-content .container:before {
background-color: transparent;
}
}

frankfka
replied 8 years ago

Thank you!

Powered by DW Question & Answer Pro