Hey,

thanks for this very nice theme. I don´t really have an issue, just asking for support. What I would like to edit is the view of the theme. Basically I would like to get rid of the backround (paper_bg) and have the main field all over the screen and not centered. Can you help and tell me what code I need to edit to accomplish it?

Thanks in advance.

CommentFileSizeAuthor
#4 screen.jpg198.94 KBCoron
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ishmael-sanchez’s picture

Ok on line 10 of style.css delete or comment out

body {background: #bea375 url(../images/paper_bg.png) scroll 0 0;}

That will get rid of the background.

On line 17 of style.css delete the margin: 0 auto; this will uncenter the theme. You will have to adjust the styles in ie.css to undo the centering hack for IE5 and 6.

I'm not 100% sure what you are looking for when you say have the main field all over the screen but you can adjust the main #container width by making it % rather than pixel based or adjust the layout on line 106.

Hope this helps.

ishmael-sanchez’s picture

Assigned: Unassigned » ishmael-sanchez
ishmael-sanchez’s picture

Status: Active » Fixed
Coron’s picture

Status: Fixed » Needs work
FileSize
198.94 KB

Hey,

sorry for the late response and thx for the help. Please check out the attached screenshot. What I want is that the page will be displayed without the white outside margin on the right side. Is it possible?

Thx in advance.

ishmael-sanchez’s picture

Status: Needs work » Fixed

Change the container width to % instead of pixels, #container {width:99%;}.

Next change the content div, #content {width:60%;}. You'll have to dump the drop shadow, it was only meant to work with a fixed width.

Finally, update the sidebar-right, #sidebar-right{width:30%;}.

Status: Fixed » Closed (fixed)

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