• Hi

    Can I know how to remove the right sidebar in individual faq page?

    Thank you.

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

Viewing 1 replies (of 1 total)
  • Hi harcoz,

    Here is some CSS you can try adding into your theme’s “Additional CSS” section (under Appearance -> Customize):

    .single-ufaq aside#sidebar {
        display: none;}
    
    .single-ufaq #main:not(.sidebar-none) .wf-container-main {
        display: block;}
Viewing 1 replies (of 1 total)
  • The topic ‘Remove right side bar’ is closed to new replies.