[Plugin: WP-Table Reloaded] Table align left, text on right
-
HI Tobias, thank you for the wonderful plugin mate, many thanks, as soon as i get some cash from teh site, youll get a coffee!
For now, I have a problem I really need help with.
http://dropkickrugby.com/bet365-review/I’m using a few tables around my site. On one page, i’m trying to put a table across the top of a page with no sidebars ( which I have done ok).
Then, Im trying to put a table on the left under this table, and text on the right.
SO the problem is that I cannot get the spacing right, and the text and table are overlapping. I got some information from other threads, but none seem to be working.The first two lines of my HTML on the page are, Table ten is displaying fine with no problems
;
[table id=10 /]
<p style=”text-align: justify;”><div style=”width:30%; text-align:left; float: left;”>[table id=11 /]</div>
There’s then text to the right of this, but on the rendered page, it is overlapping with table 11.The CSS i’m using so far is;
.wp-table-reloaded-id-11 {
width: 30%!important;
}
.wp-table-reloaded-id-11, .wp-table-reloaded-id-11 td, .wp-table-reloaded-id-11 th {
border: 3!important;
padding: 4px;
border-spacing: 3px!important;
}I did have column widths but they werent helping, and im probably mixing up px and percentages. I know nothing about CSS, can you please help! 😉
THanks so much.
The topic ‘[Plugin: WP-Table Reloaded] Table align left, text on right’ is closed to new replies.