• Resolved bonesteelkat

    (@bonesteelkat)


    Hello,

    This is a great plugin that I started using a while ago and it works great, but I was hoping you could help me with a css issue. I have a table to my site that adheres to the theme and I successfully removed the border from the table, but when I try to align text to the left (among a few other tweaks) it doesn’t seem to register. Not sure if it’s something I’m missing in the code so I was hoping you could help. Here is my css:

       .display-table{
               table-layout: fixed;
               width: 100%;
               border:none; /* this works */
               text-align: left; /* this doesn't work */
        }
    • This topic was modified 7 years, 2 months ago by bonesteelkat.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t change css on table’ is closed to new replies.