Steven B
asked 10 years ago

Hi, I am running the Hueman theme. I have edited the ‘question list’ and ‘question answer’ page to display one sidebar on the right. This is how I want the rest of the pages to look, such as when you look at a question page etc. However they go back to the standard view with two sidebars which makes everything seem squashed. I have tried to follow your style integration guide but I have had no luck. I am not the best at coding so would appreciate it if someone can explain to me how to do this. for my website to see what I am talking about. Thanks

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the style.css file:

.single-dwqa-question .sidebar.s1 { display: none; }
.single-dwqa-question .main-inner {background: none;   padding-left: 0; }

Hope this helps !

Steven B
replied 10 years ago

Thank you very much this works perfectly!
If I was to do the same for the question list and ask a question page what code do I start off with instead of doing
.single-dwqa-question
is there a different code I can quote?

Steven B
replied 10 years ago

Never mind, I have found it! 🙂
Thank you!

Powered by DW Question & Answer Pro