• I’ve been googling and searching the forums and I just want a simple, dumbed-down, newbie answer. How do I get rid of an extra sidebar?

    Here’s the breakdown:
    I have the Yoko theme.
    It has two sidebars (both on the right side – an inner right one & an outer right one).
    I only want the outer right sidebar.

    If you need to see it, go to damondominique.com. You can see that I have all my widgets in the outer right sidebar, and I hid the inner right sidebar…but I want to get rid of it so that my main page and blog posts are wider.

    Can somebody help me with this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You would need to start editing your theme template files.

    Thread Starter damondominique

    (@damondominique)

    Ok. I’ve started messing with some of the files like style.css to adjust the width of the actual web page. Still can’t quite figure out how to get rid of the inner right sidebar – so annoying.

    Which theme template files?

    try to edit style.css; find:

    #content {
    	width: 70%;
    	float: left;
    }

    change the one line to width: 95%;

    (only checked in firefox3.6, with web developer add-on; not cross-browser tested; not site-wide tested)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Simple Answer to Get Rid of Extra Sidebar’ is closed to new replies.