• Resolved armandojr423

    (@armandojr423)


    Hello,

    I would like the sidebar completely removed from the course description site. Can you please help me out with this? If possible, please give me step by step instructions.

    The other pages are fine, like the actual course itself uses the template that I have set to default which my whole site runs off. It’s just the course description.

    Thanks.

    https://ww.wp.xz.cn/plugins/coursepress/

Viewing 1 replies (of 1 total)
  • Hey there armandojr423,

    How are you doing today?

    This should be possible with some custom CSS. Could you please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://ww.wp.xz.cn/plugins/simple-custom-css

    #secondary.widget-area {
    display: none;
    }
    
    #primary.content-side-area {
    width: 100%;
    }

    This should remove the sidebar and add 100% width to content area. If this doesn’t work could you please post link to your page where you want this removed so I can take a look?

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Side Bar’ is closed to new replies.