Support » Plugin: WP-Table Reloaded » [Plugin: WP-Table Reloaded] Width and height

  • Hello Tobias,

    I had an Old Username “TheIceman6” and you used to help me a lot with the tables -:) for my arabic website – F1arab.com

    However now, I have a weird request, not related to your Plugin, but I really hope you could help me because I asked a lot and no one could help me.

    I would like to Know how can i set the same width and height for my news? I want them to appear like a table with the same width and height as the screenshot below :

    View post on imgur.com

    Website : http://www.f1arab.com

    Thank you so much.

    P.S : I tried to contact you on your website, but I didn’t find “Contact form”. Sorry if you think this is not the right place for my request.

    http://wordpress.org/extend/plugins/wp-table-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would just add clear question >

    How to set width of collumn

    how to set height of column

    .column-1 {width: 60%;}
    .column-2 {width: 20%;}
    .column-3 {width: 20%;}

    this setup column width (must be together 100%)
    put it inside WP-admin > wp-table reloaded > module setings
    custom css

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, those are already good suggestions by thekjub9, however, they likely won’t help here, as this is a not a table from WP-Table Reloaded.

    Instead, you could try the following CSS code, which should work for this specific site:

    .archive table .bottom-text {
      padding-left: 27px!important;
    }

    This adds some space on the left of the text, so that everything is aligned better with the images.

    Now, I need to say that you were lucky that I could help here, as this deals with tables and as I found a quick way to do it. In the future, I won’t be able to help with such stuff, unfortunately, as I simply don’t have time. Thanks for your understanding.
    Because of that, it is especially great that some nice people like thekjub9 are also able to help, so, thanks for that!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Width and height’ is closed to new replies.