Needs review
Project:
Danland
Version:
7.x-1.0-rc2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2011 at 12:17 UTC
Updated:
10 May 2021 at 12:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gotrice commentedTo 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)
Comment #2
pdeclarens commentedHi,
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
Comment #3
pdeclarens commentedComment #4
hitvika_verma commentedchange width of following sections
Comment #5
hitvika_verma commentedComment #6
kunal_kapoor commentedThe patch above doesn't apply , please provide a correct patch
Comment #7
bhumikavarshney commenteduploaded patch with updated css in correct file.