Viewing 15 replies - 1 through 15 (of 25 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Unfortunately, your link is not working for me, as such a preview is only available to logged-in users. Could you “publish” that page?

    Regards,
    Tobias

    Thread Starter stix216

    (@stix216)

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks, now it works!

    This is actually not a matter of CSS here, so that you can remove that “Custom CSS” code again.

    The problem is basically caused by how you added the HTML code for the lists into the tables. That HTML code contains manua line breaks, which are automatically transformed to real HTML <br /> tags, and those caused the extra space.
    The quickest way to get rid of that should be to simply turn off that conversion. For that, please try extending the Shortcode to

    [table id=1 convert_line_breaks=false /]

    Regards,
    Tobias

    Thread Starter stix216

    (@stix216)

    Sorry – where do I extend the Shortcode??

    Thread Starter stix216

    (@stix216)

    I have also now replaced it with a table with only plain text, no added html. Still the same

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, there seems to be another (funny) issue 🙂 Your theme is setting the text color to white for every second row 🙂
    To fix that, please add this to the “Custom CSS” textarea:

    .tablepress td {
        color: #333333 !important;
    }

    Regards,
    Tobias

    Thread Starter stix216

    (@stix216)

    Aaaaaha! Perfect, thank you so much!!!

    Plugin Author Tobias Bäthge

    (@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!

    Thread Starter stix216

    (@stix216)

    I will most certainly do so!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks, I really appreciate that!

    Best wishes,
    Tobias

    HI
    I’m having a problem with the space between the rows in columns
    How can change that
    a special the first row has so much space between second, and also I would like to remove the white lines between the rows
    http://praqrado.com/resume

    I also would like to add an image above the resume that fist perfectly the width of the resume.
    like this actors site below
    http://www.jonaschernick.com/resume/index.htm

    Thank you for your help n advance.
    Praq

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To remove the space between rows and to remove the border, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 tbody td {
    	border: none;
    	padding: 4px 8px;
    }

    For that question with the image: Sorry, I can’t really help with that, this is not something that is related to TablePress. I suggest to ask your theme support team about this.

    Regards,
    Tobias

    thank you for getting back to me. can you please show me the steps how to do that. I tried back it didn’t work out.

    Thank You

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    please see the TablePress FAQ at https://tablepress.org/faq/adding-custom-css/ to find more about how to add CSS code.

    Regards,
    Tobias

    Hi Tobias,

    I went to the page and didn’t really help me that much because I follow all the steps they say there and nothing changing on my site.

    here are the steps I did to create table press in first page
    I went to add New, got my rows, then code the short cut then copy and pasted on the resume body and update.

    I went to the link you posed above FAQ to add CSS “Plugin Options” screen of TablePress and I enter them there. and now the code appears on my site but didn’t change anything. Any help with that.
    http://praqrado.com/resume/

    Thank you
    Praq

Viewing 15 replies - 1 through 15 (of 25 total)

The topic ‘Space between rows’ is closed to new replies.