Closed Bug 837712 Opened 11 years ago Closed 11 years ago

blog.mozilla.com/it not readable in mobile format

Categories

(Websites Graveyard :: blog.mozilla.org, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: scabral, Unassigned)

Details

It seems there are some embedded styles being injected:

body div#secondary  {
  visibility: hidden;
}

body div#content {
  margin: 0 220px 0 0;
}

body div.sidebar {
  overflow: hidden;
  width: 170px;
}

It's that 220px right margin on "body div#content" that's squeezing the content column too small in narrow windows. The main content block shouldn't have any margins at that size. These style rules aren't part of the One Mozilla theme. They've been added by a plugin or some custom styling added by one of the blog admins, and since I don't have access to /it I can't really determine where they're coming from.

Can you list here any active plugins that might be adding these style rules? 

I think these extra styles aren't needed, but if they were added for a good reason and need to be kept, we should at least enclose them in media queries so they don't interfere with the layout on small screens.
There's a custom user css plugin, among many others at https://blog.mozilla.org/it/wp-admin/plugins.php

I don't know who the right person is to talk about these plugins, but it's not me. (that's why I made the bug....)
solarce removed the custom styles and this is fixed now. I suspect they were added at some time in the pas for the old theme and are no longer relevant.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: Websites → Websites Graveyard
Product: Websites Graveyard → Websites
Product: Websites → Websites Graveyard
You need to log in before you can comment on or make changes to this bug.