4 replies
  • WEB DESIGN
  • |
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
#hiding #sidebar
  • Profile picture of the author Jason Z
    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.
    Signature
    Co-Founder of the Local Profit Model Training Program for Offline Consultants

    Jason Zimmerman is an offline marketing and consulting professional. He has been developing web sites and digital marketing plans for local businesses since 2000.
    {{ DiscussionBoard.errors[4908470].message }}
  • Profile picture of the author Kyle Oliveiro
    [DELETED]
    {{ DiscussionBoard.errors[4908589].message }}
    • Profile picture of the author momfriend
      is that removal for blogs or website?
      its nice to know that about sidebars, not good for SEO
      {{ DiscussionBoard.errors[4937197].message }}
  • Profile picture of the author CSS Architect
    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.
    {{ DiscussionBoard.errors[4908719].message }}
  • Profile picture of the author FreeZeo
    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
    {{ DiscussionBoard.errors[4930365].message }}

Trending Topics