Closed
Bug 530000
Opened 15 years ago
Closed 15 years ago
Content flush at left edge of window when using OS zoom, full content zoom, and/or window is "too narrow"
Categories
(Camino Graveyard :: Product Site, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: alqahira, Assigned: samuel.sidler+old)
Details
[6:52pm] ss: Hello Camino-Team,
[6:52pm] ss: Your new Website www.caminobrowser.org looks very good !!!!
[6:52pm] ss: But, when I zoom the webpage to "best fit", all camino-websites (exclude "home") are not centered. What I mean is, that the left site has no gap and it is "squeezed" to the left border and looks not so pretty... The right side is okay...
[6:52pm] ss: Hm
[6:58pm] sauron: yeah, i don't like the lack of left margin
[7:00pm] sauron: there's always a right margin
[7:00pm] sauron: there's not a left margin if you window isn't big enough
[7:00pm] sauron: (which sucks because you always see the left side)
[7:01pm] sauron: so as you f-c-zoom in, you have to keep making your window wider
[7:02pm] sauron: (also, if your window isn't wide enough to begin with, left is always starting at the edge, while right has a margin)
[7:02pm] sauron: Home makes you think it's not an issue because the left point on the logo sticks out and touches the edge, while the "Perfectly formed" is indented to the right of it
[7:03pm] sauron: oh
[7:03pm] sauron: he meant zoom button
[7:04pm] sauron: same problem, though
[7:05pm] sauron: some block has a margin (or maybe padding) on the right and not on the left
Sounds like Mehmet sent in the feedback, but I noticed it too during the run-up to deployment.
![]() |
||
Comment 1•15 years ago
|
||
Try this:
body {margin: 0 3%;}
or
body {min-width: 980px;}
(this one is more friendly to IE 7 actually)
That guarantees the will always be 10px white/empty space on the left side
Assignee | ||
Comment 2•15 years ago
|
||
I did the second one.
I also added body#start {min-width: 760px;} for users of the start page that might have a smaller browser width.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•