bluealice:
This is a great template--thank you! I looked at all and this came closest to what i had in mind.
A few customization things i cannot figure out after trying many things:
-
- How do I keep the page contents (as well as the footer) from sliding to the left when the window is re-sized by the user?
- The "Home" link in bread crumbs and header is not linking correctly. How do i fix this?
- How do I correct the text in lines 3,4 & 7 in the drop-down menu under "INFORMATION"?
- How can I add a 3rd column to the main body, where my categories are listed?Thanks in advance,
Alice
That's a fairly complicated setup you have there, and without taking too much time, I can just give you a few tips on your layout.
If you're sure you want to go with a non-fluid layout, that has to be forced to stay inside a certain section of background, you're going to have to do some absolute positioning.
I'd start by removing all instances of 70 or 71 em, I'd remove the margin-left on the headerwrappera.
I'd set a width on the body tag, that is no wider than your background image, I'd add a new div that wraps around your site, starting at your header, and ending at your footer (just inside mainWrapper), that you can give the style:
position:absolute;
left:150px;
You'll have to move the header background image to mainWrapper.
That's just the beginning, I'm sure there would be much more to it, but the above may steer you in the right direction.
-
I'm not sure what you mean by this, can you be more specific?
-
It looks like you added some extra pages to the site, but didn't add all the files necessary? You can use the about_us mod from the downloads section, which shows you all the files you need to add when adding extra pages.
-
That's not possible with this template (as stated in the readme.txt).