I want to move left slidebar to left( decrease white space of slidebar, and less margin-left) , to increase content space.
How do I do it. I tried edit layout.css but fail.

http://www.ubuntu-pics.de/bild/104657/test_for_fyfm___for_you_for_me___m...

CommentFileSizeAuthor
#1 page_img.jpeg146.17 KBDeepika.chavan

Comments

Deepika.chavan’s picture

StatusFileSize
new146.17 KB

Hi,
I created custom css named deco.css and added following line of code in deco.info file.
stylesheets[all][] = deco.css

Code added in deco.css to remove white space of sidebars and increase content space is :

#main, #breadcrumb, #featured, #content-bottom, #footer .region-content, #top-bar .region-content {
  padding: 0 0;
}

#sidebar-wrapper, #breadcrumb .region-content, #featured .region-content, #content-bottom .region-content, #footer .region-content, #top-bar .region-content {
 margin: 0 0 0 0;
 max-width: 100%;
 min-width: 100%;
}

#header .region-content {
  margin: 0 0 0 20px; 
   
}
 

I tried it on my local site please check the attachment to see how it looks. I hope this will help you to solve your problem.

Rgrds,
Deepika Chavan.

klaasvw’s picture

Status: Active » Fixed

No response so I suppose this is working fine now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.