• I am wanting to remove the sidebar from all of the services, projects, clients, etc… template pages?? Is that possible – I understand that currently all of these template use the sidebar and if I want to use the services, projects widgets on the homepage then they only call out pages marked with these templates.

    Can ya point me in the right direction?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello there,

    To accomplish it, you’ll need to add the below CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    body.page-template #secondary {
      display: none;
    } 
    

    Regards,
    Kharis

    Thread Starter lthorley

    (@lthorley)

    That was beautiful!! Thanks!! I crashed my whole site yesterday jacking with trying to edit the template php’s….
    Thanks again!!

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

    Thread Starter lthorley

    (@lthorley)

    Actually Kharis – I was trying to remove the entire 2nd column to make them appear to be full page template style. I could have removed all the widgets from the sidebar to get the same effect – correct? Any way to make them look like single column full page??

    Thanks!!!

    Hello there,

    Add this extra CSS code:

    
    body.page-template #primary.content-area {
      width: 100%;
    } 
    

    Regards,
    Kharis

    Thread Starter lthorley

    (@lthorley)

    Thanks!!!That did the trick!! Much appreciated.

    Lance

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Edit Template Pages?’ is closed to new replies.