• Resolved dianasather1

    (@dianasather1)


    I am trying to edit a site using the Sliding Doors theme, and it is showing Categories on the right hand side of the site. It must be showing a secondary widget, however when I go into the secondary widget, there is nothing in there. Or is it showing the Categories from some where else? How do I turn this third column off? The site in question is http://ssupholstery.com

    I got the sliding doors to function correctly, but would like to make this a two column, not three. The menu on the left is OK, but just want to get rid of the Categories

Viewing 2 replies - 1 through 2 (of 2 total)
  • paulwpxp

    (@paulwp)

    Use this in your child theme’s style.css

    #sidebar2 { display: none; }
    #content { width: 700px; }

    The category lists seen in that sidebar area is the default set by theme when there is no widget in that sidebar. Since it’s just a list of category archives we can just display-none it via CSS and extend the width of content.

    Thread Starter dianasather1

    (@dianasather1)

    Thanks, that does the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Categories’ is closed to new replies.