Hiding sidebar

by 4 replies
5
I want to hide my side bar and increase width of my post area (which is grey color) to fit the content area. How to do it? My site is Best Ceramics Tiles
#website design #hiding #sidebar
  • Generally, unless your theme has an option for selecting a page template that is one column you would have to get in the code and hide the sidebar and change the css manually.
  • [DELETED]
    • [ 1 ] Thanks
    • [1] reply
    • is that removal for blogs or website?
      its nice to know that about sidebars, not good for SEO
  • On "screen.css" (around line #95)

    Find:
    HTML Code:
    .span-16 {
        width: 630px;
    
    
    }
    Replace with:
    HTML Code:
    .span-16 {
        width: 871px;
    
    
    }

    Please let me know if this is what you're trying to do.
    If there something else, just point out exactly what you need, and I'll see if I'll be able to help with it.
  • use developers tool and hover over the "sidebar" and delete that code that pops up ..hope this helps..
    but be careful while editing the code ..or as suggested by Css Architect..that sounds like a better idea

Next Topics on Trending Feed

  • 5

    I want to hide my side bar and increase width of my post area (which is grey color) to fit the content area. How to do it? My site is Best Ceramics Tiles