• Resolved EgidioTX

    (@egidiotx)


    Hi.

    I’ve been using Virtue for a couple of years. Until recently, I had a side bar on my posts. I’ve since deleted that, but the old posts continue to leave a blank space on the right where the sidebar used to be. I can go into each individual post and use the Post Options – Display Sidebar – No. Currently all but the last six posts are showing that blank area where the sidebar used to be. How can I make a global change to all my posts to have “no” for the display sidebar option? The link I provided is an example of the blank sidebar area I want removed.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter EgidioTX

    (@egidiotx)

    Well, I did another search on this forum for sidebar removal. I have too many posts already up. So, editing each post individually to *not* display an invisible sidebar would take an inordinate amount of time. So, through my search here I ran into an old post from 3 years ago. In that post, it contained a CSS addition to get rid of the invisible sidebar. I had previously tried other possible CSS solutions, but nothing worked — until now! The specific CSS is the following.

    .single-post .kad-sidebar {
        display: none;
    }
    .single-post .main {
        width: 100%;
    }

    It did the trick and solved my problem! The specific post I read had a reply from Kevin in this thread. Thank you, Kevin!

    hannah

    (@hannahritner)

    Glad you were able to find a solution, @egidiotx!

    Hannah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post options – Display sidebar – No’ is closed to new replies.