Posted by borniol on October 20, 2009 at 10:24am
| Project: | Deco |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
| Attachment | Size |
|---|---|
| Capture.png | 20.85 KB |
Comments
#1
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
#2
Oui, j'aimerais bien le savoir aussi.
#3
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.
#4
No response in over a year so this should probably be fixed.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.