hello,

I have seen that sidebar width are in %...
But I do not find where it is possible to modify the page width, or, better if it is possible to make it "liquid"

thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gotrice’s picture

To Change the width of the page you have to change width for the following classes in style.css or add it to your local.css by override (see DL handbook)

#header {
width: 950px;
}

.slideshow-inner{
width:950px;
}

.slideshow {
width:950px;
}

#slideshow-bottom{
width:950px;
}

#preface-wrapper {
width:950px;
margin:5px auto 0;
}

#wrapper {
width:950px;
}

#bottom-teaser {
width:950px;
}

#bottom-wrapper {
width: 950px;
}

#footer-wrapper {
width: 950px;
}

#footer{
width: 950px;
}

remember the max width is 950px so the only thing you can do is decrease it.
To easily change it in style.css (replace all with 950px to wat ever you want it)

pdeclarens’s picture

Hi,

Thanks for your help. I did find in the mean time how change fix width ... but I would rather have it "liquid"...

Do you have a solution?

best regards

pdeclarens’s picture

Assigned: pdeclarens » Unassigned
hitvika_verma’s picture

Issue summary: View changes
FileSize
1.28 KB
1.01 MB

change width of following sections

hitvika_verma’s picture

Status: Active » Needs review
kunalkapoor’s picture

Status: Needs review » Needs work

The patch above doesn't apply , please provide a correct patch

BhumikaVarshney’s picture

Status: Needs work » Needs review
FileSize
46.93 KB

uploaded patch with updated css in correct file.