Tagged: table alignment
Hi,
I’m a newbie working out css styles and plugins, etc.
I added a table to a page but the table is centered horizontally. I can’t find how to align it to left. I’m sure it’s a simple thing, but can’t find it and would very much appreciate your help.
Thanks, Mehmet
Hello! Go to CSS tab and put this code into css editor-
#supsystic-table-1 { float: left; }
where 1 – your ID of the table
Please try it.
Hi Mila,
Thanks for your suggestion. I tried it. It works with a problem.
On my site the tables are always at 100%, I don’t understand why. That’s why, in the CSS tab, I had put this code.
#supsystic-table-4 { width: 550px; }
After adding the float: left the width property stopped working.
Is there a workaround for this?
Appreciate your help.
Regards, Mehmet
Hello! Please provide me link to your table. I will check what is wrong.
Or register if you are not registered
Or login if you are already registered