tekt0nik
06-04-2012, 07:01 PM
<em>* link to my layout.css code <a href="http://pastie.org/4026483" title="CSS Pastie">http://pastie.org/4026483</a></em>
I use Drupal 7 and have a webpage I'm designing, and was customizing the .css in a few different areas so it would better suit my web content. I have an issue though with large screens.
If I get a screen over like 1400x900 or so, my header's background stops repeating and you have two ugly white spaces outside of the header background.
I'm trying to get the background to be dynamic just like I got my content to be dynamic. (Dynamic meaning the content expands and contracts as I expand and contract my window size.) So whether you have an 1024x768 or 2500x3100, I want the header background to be filling the width of the screen.
I have the Andromeda theme installed and was trying to customize the layout.css, but I don't know how to do it. I will tell you that in the "page wrap" section of the layout.css, I added <code>width:100%;</code> and it caused the content to be dynamic, but this method didn't seem to work on the header, or maybe I put the code in the wrong place.
I've tried and tried again, I can't get this to work. I'd greatly appreciate any help I could get, thanks!
I use Drupal 7 and have a webpage I'm designing, and was customizing the .css in a few different areas so it would better suit my web content. I have an issue though with large screens.
If I get a screen over like 1400x900 or so, my header's background stops repeating and you have two ugly white spaces outside of the header background.
I'm trying to get the background to be dynamic just like I got my content to be dynamic. (Dynamic meaning the content expands and contracts as I expand and contract my window size.) So whether you have an 1024x768 or 2500x3100, I want the header background to be filling the width of the screen.
I have the Andromeda theme installed and was trying to customize the layout.css, but I don't know how to do it. I will tell you that in the "page wrap" section of the layout.css, I added <code>width:100%;</code> and it caused the content to be dynamic, but this method didn't seem to work on the header, or maybe I put the code in the wrong place.
I've tried and tried again, I can't get this to work. I'd greatly appreciate any help I could get, thanks!