Andrew McNamee
asked 10 years ago

Hi, I have been searching this Q&A section for a while now and i can’t really understand some of the comments. So, my question may have already been answered somewhere (sorry if it has), but I can’t seem to fix my issue. I am trying to get this page on a template without the sidebar. This is what i have done so far:

  • Moved all of my files into my theme’s folder and created a new folder called "DWQA-templates"
  • Changed page.php
  • Removed the sidebar line of code from the content-end-wrapper.php

    For some reason, that blasted page is still showing the sidebar! Argh. Please can someone help? Andy

1 Answers
DominicStaff
answered 10 years ago

Hi Andrew
To resolve this issue, follow our instruction below:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.single-dwqa-question #content {
    width: auto;
}
.single-dwqa-question #secondary {
    display: none;
}

Save it and see how that goes! If anything else you need to assist, feel free to contact us. Regards,  

Andrew McNamee
replied 10 years ago

Worked a treat! Thanks so much for your help.

Powered by DW Question & Answer Pro