Table Aligning

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7590

    membus
    Participant

    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

    #7593

    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.

    #7597

    membus
    Participant

    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

    #7613

    Hello!
    Please provide me link to your table. I will check what is wrong.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts