Home page layout oddity
-
There's now a massive amount of white-space to the right of the content. Probably due to:
.homepage-content {
max-width: 845px;
...
}Since the "news" column is limited to 315px, the total width cannot exceed 1191px, whereas with my current screen the space is 1831px wide.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
There's now a massive amount of white-space to the right of the content. Probably due to:
.homepage-content {
max-width: 845px;
...
}Since the "news" column is limited to 315px, the total width cannot exceed 1191px, whereas with my current screen the space is 1831px wide.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Mitigated. I won't say "fixed". One more fix pending. (my bad - I missed a check while I was fixing something else)
cheers Chris Maunder
-
Mitigated. I won't say "fixed". One more fix pending. (my bad - I missed a check while I was fixing something else)
cheers Chris Maunder