First of all, a table is the most correct mark-up for this information! Barring that, you need to add overflow: hidden to #table-container (I don't believe a ruleset exists yet). Why the extraneous clearing divs? Why the breaks for spacing?
Thanks also for the other info. I believe it is a table generated by js and php. This is a template Chris built. I don't really know what I'm doing outside of HTML/CSS which is why I am using his plugin. Hopefully, I am not doing something completely stupid. :-)
It functions correctly but there is a space being generated by some code that I cannot find.
The page is here.
The unwanted space is in the main content area between "Dates, Event & Venue, Address, Time" and the list of shows.
Any help is much appreciated.
.show-row-dates, .show-row-event-venue, .show-row-address, .show-row-time, .show-row-head, .show-row-admin
Still have the space issue.
Any other thoughts?
Barring that, you need to add overflow: hidden to #table-container (I don't believe a ruleset exists yet).
Why the extraneous clearing divs? Why the breaks for spacing?
Thanks also for the other info. I believe it is a table generated by js and php. This is a template Chris built. I don't really know what I'm doing outside of HTML/CSS which is why I am using his plugin. Hopefully, I am not doing something completely stupid. :-)