Hi guys,

Thanks for a great skeleton theme..

I'm having problem with tables. When there is a table in the #main-content, it overlaps the #right side bar. Everything seems to be ok when the content are not in a table. I attached some screen shots.

CommentFileSizeAuthor
table-overlap2.jpg95.96 KBMeeyo
table-overlap.jpg136.43 KBMeeyo
table-ok.jpg123.24 KBMeeyo

Comments

Jeff Burnz’s picture

There are only 3 possible solutions to this:

1. Use another theme for admin.
2. Set the width on your tables and make sure they fit.
3. z-index the tables so they appear over the sidebar, instead of under.

This is a problem in any fixed width theme, if the table is too wide something has to give, either the sidebar gets pushed over or the table goes over or under the sidebar - all depends on how the layout works.

Meeyo’s picture

Oh i see.. Thanks a lot!