Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter principiante

    (@principiante)

    ups…sorry..I was paste code..not url. The url where is a problem is: https://www.fotosdelacalle.com/

    Thread Starter principiante

    (@principiante)

    ah, also…except headers..all letter are grey…I was add in css
    .wp-table-reloaded-id-1, .wp-table-reloaded-id-1 td, .wp-table-reloaded-id-1 th {
    text-align: left
    font-family: Helvetica;
    font-size: 12px;
    color: #000000;
    border: none!important;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    }

    But letters are still gray.
    Any advice?
    Thank you again ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that space around the images is coming from your theme.

    To remove it, and to make the white border thinner, just try something like

    .wp-table-reloaded-id-1 img {
      margin-right: 5px!important;
      margin-bottom: 5px!important;
      border: 2px solid #E8E7E7!important;
    }

    To change the text color, just add !important after the color, like

    color: #ffffff!important;

    (and you will want to use white and not black as the color, because the background is black already ?? ).

    Best wishes,
    Tobias

    Thread Starter principiante

    (@principiante)

    Yes, that’s it. Tobias….thanks a lot!!! Can you, please, move link with my photo in first post?
    Thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great that this worked!

    And no, unfortunately, I can’t move your link in the first post. I don’t have moderator rights, I’m also just a regular user here…

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Vertical and horizontal space of align image’ is closed to new replies.