This may seem a bit backwards from the usual requests but I am trying to get a plugin to overflow on a specific page and not cut off. Currently the Brightbox theme has page widths set at 940px wide? I have a huge (10k px+ wide) family tree chart that can't be squished down to that small of a size and dropping it in a scroll box has worked fine but I think it may be a bit more usable if people can simply resize their browser window and use the browser scrollbars to navigate.
I've tried adding a bit of custom css, though I'm not really sure if this is right as nothing changes.
body.page-id-510 {
overflow:visible;
}
Perhaps this is something that needs to be changed elsewhere?














