• Text in table cells is centered. How can I achieve left-alignment for this text Can this be done without having create a child theme?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, it can.

    Centered text in tables was one of a handful of things I absolutely had to change when I started using this great theme in 2014. Center alignment should be used very carefully (read: very rarely).

    I have added the following code to the CSS box in Advanced Options:

    .entry table { text-align: left; }
    .entry table td { text-align: left; }
    .entry table th { text-align: left; }

    It has worked well from the start until now (I’m running the latest version of Hueman).

    Thread Starter raymond22

    (@raymond22)

    This works like a charm. Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text alignment in tables’ is closed to new replies.