Hi,
thanks for your post, and sorry for the trouble.
Unfortunately, your site does not load properly for me, for some reason. Most assets, like CSS files can’t be loaded, so that the site looks totally broken 🙁 As it seems, those are being loaded from a different (internal) IP address?
Therefore, I can’t directly investigate this issue, but at least give some guidance for now:
Have you tried reducing the width and let it float on the right? This could help:
.tablepress-id-1 {
width: 50%;
float: right;
}
Regards,
Tobias
I think I just fixed it so you can see what you need to see at AireBeam WP Site.
I just inserted your
.tablepress-id-1 {
width: 50%;
float: right;
}
and it had no effect on the table but allowed text content that is supposed to be below the table to move above it and fill in the space where I want the table to be.
Hi,
thanks I can now see the page fine, but I don’t see a TablePress table anywhere…
Can you maybe explain again what you are trying to do here?
Regards,
Tobias
Sorry, When I didn’t hear back from you, I took it out and was experimenting with other options. I have put [table id=1 /] back into the page and now you can see how it simply expands to the full width of the page rather than tucking itself into the space to the right of the Slider and at the top below the Header image. I will await your guidance..
Hi,
thanks. You could try reducing the width with this “Custom CSS”:
.entry-content .tablepress-id-1 {
width: 65%;
}
Regards,
Tobias