giorgos
asked 5 years ago

Can you help with the sidebar in my site? I am not able to add sidebar to dwqa-answer/answer-title page and i am not able to remove it. At the time that page is full screen and te sidebar listed below!
 
my site url is https://iguru.gr/question/pos-mporo-na-chrisimopoiiso-to-systima/

1 Answers
DominicStaff
answered 5 years ago

I have checked and see that the single question page show well now. IF you want to remove the sidebar in the single question, you can use the following code in the style.css file of your theme:

.single-question .sidebar-primary {
    display: none;
}
Powered by DW Question & Answer Pro