4th Apr, 07:00 am
So what I did was add the following to the end of your global.css file
I think that increased the widths for the plugins you installed that used tables.
Code:
/* table fix */
table.tborder {
width: 100%;
}
I think that increased the widths for the plugins you installed that used tables.