Hi,

I m not a css expert and did not succeed to modify the css layout to suit my needs. Indeed i would like to reduce the width of the right sidebar, and fill the content region to make it larger.
I modified the the right-sidebar width to 201px, but the content region does not fill the space...
You could check it at http://vify-idf.org login/passwd : guest/guest
If someone could help me to find the css class that i need to modify to align horizontally the right sidebar

Thanks in advance for your support

CommentFileSizeAuthor
#3 page_img.jpeg146.17 KBDeepika.chavan
#3 site-img.jpeg154.14 KBDeepika.chavan
Capture.png20.85 KBborniol
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jima’s picture

Bonjour

Je monte un site avec le thème Deco.
J'ai visité votre site: http://vify-idf.org que je trouve très réussi. La mise en page de la right sidebar me conviendrait mieux que celle d'origine.
Pourriez-vous m'envoyer vos fichiers retouchés (images et autres), cela me permettrait de gagner un peu de temps.
Vous semblez avoir résolu le problème de largeur, quelle était la solution? Auriez-vous quelques conseils à me donner?

Cordialement
Jean

Anonymous’s picture

Oui, j'aimerais bien le savoir aussi.

Deepika.chavan’s picture

FileSize
154.14 KB
146.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 :

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

#header .region-content, #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%;
}

#featured, #breadcrumb {
  margin-left: 0;
  padding-left: 25px;
}

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 in over a year so this should probably be fixed.

Status: Fixed » Closed (fixed)

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