Hi Grant,
do you want to move the entire table? Or just cells? Or text within cells?
Can you post an example, or maybe post the URL to your table and describe what you want to achieve?
Regards,
Tobias
Thread Starter
Wendy
(@gwade)
Hi Tobias
I have a table that I want to indent into the text on the right.
Currently its sitting ontop of the test I want it indented into the text to the right.
http://www.bestfatburners.com/phen375-customer-reviews
Thanks
Grant
Hi Grant,
so you want the text to float around the table?
Please try
.wp-table-reloaded-id-4 {
float: right;
margin: 5px 0 0 5px !important;
}
Regards,
Tobias
Thread Starter
Wendy
(@gwade)
Hi Tobias
That works great, exactly what I wanted.
Thanks again for your help.
Regards
Grant
Hi,
cool 🙂 No problem, you are very welcome!
Regards,
Tobias