Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #372307

    Under sidebar settings I can change the sidebar for Single Post Entries. This seems to affect both Portfoli & Blog single posts. The problem is, I want no sidebar globally on my Portfolio single posts, and I want right sidebar globally on my Blog single posts. How can I do this?

    #372316

    ps – I know I can turn off sidebar on individual portfolio posts but would like to “idiot-proof” it for the person who will be using the site…

    #372321

    Hey!

    Try adding this to your custom CSS.

    .single-portfolio main {
        border-right: 0 none !important;
        width: 100% !important;
    }
    .single-portfolio aside {
        display: none !important;
    }

    Regards,
    Elliott

    #372389

    Thanks, I think that will work. It would be great to have an option to treat the portfolio single posts independently.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘No Sidebar on Portfolio Single Posts, but Right Sidebar on Blog Single Posts’ is closed to new replies.