800x600 Resolution Breaks Design

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
squimmy

800x600 Resolution Breaks Design

Post by squimmy »

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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: 800x600 Resolution Breaks Design

Post by Dr.CSS »

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
Locked

Return to “Layout and Design (CSS & HTML)”