• Howdy,

    Is there a way in Kale Pro to hide the sidebar in specific posts? I want to keep the side bar in the majority of pages and posts but I have a handful of posts where it would be nice to have have a wider display to accommodate spreadsheets display.

    Thank you,
    gene

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Gene,

    Thank you for getting in touch with us.

    Please open your post in WordPress Editor and you should see the URL like this: https://hocoba.com/wp-admin/post.php?post=2101&action=edit where number 2101 is the post ID. Then open Appearance → Customize → Additional CSS and use the post ID like this:

    .postid-2101 .two-columns .sidebar {
        display: none;
    }
    
    .postid-2101 .two-columns .main-column {
        width: 100%;
    }

    You need to replace 2101 in code above with your post ID. Repeat the steps for all posts you want to hide sidebar.

    Please note that featured image display in single post has 760x400px so it won’t be full width.

    Kind regards

    Thread Starter eugemac

    (@eugemac)

    Awesome,

    As always thanks for the superb and timely response!

    Do you ever sleep?

    Haha. Yeah, that happens 🙂

    Would you please take some time out from your busy day to leave us a quick review here: https://ww.wp.xz.cn/support/theme/kale/reviews/#new-post
    We’d really appreciate it 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide Sidebar’ is closed to new replies.