I am essentially using the base CSSMenu Vert 1 col template, with a couple of changes. One, the header has a small flash animation.
In 1024x768 this appears in the right place but when i turn it down to 800x600 it can no longer fit on the top and moves down a row obstructing the text. How can I keep on the top header indefinately? Not letting it move down even if it is "squashed"?
How can I keep it always in the same place no matter what resolution?
Thanks for your help.
800x600 Resolution Breaks Design
Re: 800x600 Resolution Breaks Design
default template CSS Layout has...
div#pagewrapper {
margin: 0 auto;
max-width: 80em;
min-width: 60em;
padding: 0;
text-align: left;
}
delete those and add your ... width:??px
div#pagewrapper {
margin: 0 auto;
max-width: 80em;
min-width: 60em;
padding: 0;
text-align: left;
}
delete those and add your ... width:??px