Float table next to an image
-
Hi,
Just before I start, thanks for a great plugin. I’ve had a few challenges but have managed to resolve them using the support archives.
I’m learning so please forgive me.
I have an image in my web page that is on the left. I want my table to sit on the right of the image, but when i enter the short code it appears underneath. I can add text next to the image ok. How should i do this.?Also, I have 4 colums, i have set the width of cols 1 & 3 to the same, I want a different width for cols 2 and 4. If I enter the css code to do this on col 2 it works fine but when i add the css to col 4, it expand the whole table width to the whole of the page. What am i doing wrong.
.tablepress-id-6 .column-1,
.tablepress-id-6 .column-3 {
width: 75px;
}.tablepress-id-6 .column-2,
.tablepress-id-6 .column-4 {
width: 150px;
}
- The topic ‘Float table next to an image’ is closed to new replies.