Active
Project:
Genesis
Version:
6.x-2.4
Component:
Genesis SUBTHEME
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2010 at 16:40 UTC
Updated:
16 Oct 2010 at 06:27 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| table-overlap2.jpg | 95.96 KB | Meeyo | |
| table-overlap.jpg | 136.43 KB | Meeyo | |
| table-ok.jpg | 123.24 KB | Meeyo |
Comments
Comment #1
Jeff Burnz commentedThere 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.
Comment #2
Meeyo commentedOh i see.. Thanks a lot!