• Resolved BuxomBones

    (@buxombones)


    Hello,

    I love Tablepress but am having some alignment issues and some odd lines displaying on a table I’m attempting to use on my home page. The text in the 2nd row isn’t aligning properly and there are odd faint lines between the rows.

    Hope you can help!
    Erica

    The website is: harmonyrescue.com
    The table id is: [table id=26 /]

    Here are the Plugin Options setting for that table:

    /* Table 26 – Sidebar Menu with Image */
    .tablepress-id-26 tbody td {
    text-align: left;
    }

    .tablepress-id-26 thead th {
    text-align: left;
    }

    .tablepress-id-26 img {
    display: block;
    margin: 0;
    border: 0;
    background-color: transparent;
    }

    .tablepress-id-26 .column-1 {
    width: 33%;
    }

    .tablepress-id-26 .column-2 {
    width: 66%;
    }

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is caused by some interference in the CSS of your theme. To fix this, please add this to the top of the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress tr {
    	display: table-row;
    	width: auto;
    	text-align: left;
    	margin: 0;
    }

    Regards,
    Tobias

    Thread Starter BuxomBones

    (@buxombones)

    Thanks Tobias. That fixed the alignment issue.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alignment’ is closed to new replies.