• Hi,
    text size are all ok in Chrome, IE, firefox, but when i go to Opera is much smaller. I can’t figure it out.
    This is the code i’m using:

    .wp-table-reloaded-id-3 td {
    font-family: Tahoma;
    font-size: 16px;
    color: #ffff;
    text-align:center!important;
    vertical-align:middle!important;
    }

    Pleaase help,
    Thanks

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

    (@tobiasbg)

    Hi,

    unfortunately, I don’t have Opera installed, but you might try to simply raise the importance of the size setting, by using the following code (note the added !important). Also, in the color code, you had 4 f, while it need to either be 3 or 6.

    .wp-table-reloaded-id-3 td {
      font-family: Tahoma;
      font-size: 16px!important;
      color: #ffffff;
      text-align:center!important;
      vertical-align:middle!important;
    }

    Best wishes,
    Tobias

    Thread Starter netplay

    (@netplay)

    Hi Tobias,
    Thanks, but it seems that Opera stil display smaller font size.

    Great plugin anyway.

    Thanks.

    Thread Starter netplay

    (@netplay)

    If I want to change size in the main css of the plugin like:
    html{font-size: 100%;}
    body {font-size:16px;}

    where I can do it?

    Thanks,
    Marius

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that’s odd… Can you provide the URL to the page with your table?

    And for the other CSS: You should change that in your theme’s “style.css”.

    Regards,
    Tobias

    Thread Starter netplay

    (@netplay)

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the links!

    The CSS code there looks fine, and I don’t really see any problems 🙁 I also don’t see the !important after any font-size attributes though, so I don’t know what might be wrong with that specific setting 🙁

    Regards,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Different text size in Opera’ is closed to new replies.