On MidwesternMac.com, I've added some local styles to fix a few layout issues, but on a new site I set up, I noticed that the 'Main menu' header was displayed, causing all sorts of ugliness. There's a patch in the Boron queue to fix this display issue (see: #995986: "Main menu" heading displayed for primary links?), but this patch will fix the MM theme in the mean time...

I hope to commit this to a new beta release soon.

CommentFileSizeAuthor
#1 1057752-1.diff554 bytesgeerlingguy
mm-layout-fixes.patch662 bytesgeerlingguy

Comments

geerlingguy’s picture

StatusFileSize
new554 bytes

Updated patch fixes sidebar placement...

geerlingguy’s picture

I also noticed that the site name and site slogan don't appear correctly when there's an active menu item in the main menu, but can't figure out why. Instead of using relative percentages for the top distances, I've switched to using the following rules on one site. These absolute values seem to work a lot better for me. It's not the best way to do it, but it works fine, so I might commit these two fixes:

#site-name {
  line-height: 1em;
  display: block;
  top: 20px;
}

#site-slogan {
  line-height: 1em;
  top: 20px;
}
geerlingguy’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.