Logos on same line

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2601

    On the page http://raleigh-flyers.com/schedule/ I cannot get the team logos to display on the same line as their name, so the whole table is more than twice the size with the logos displayed.

    WordPress 4.0.1
    MSTW 1.2

    #2611
    Mark
    Keymaster

      Hi Raleigh Flyers,
      Sorry for the delayed response. The forum system sometimes fails to send me email, so in the future if you don’t have a response in 24 hours, please drop me an e-mail. Thanks.

      The problem is that your theme is messing with the images as shown below:

      .content img {
        max-width: 100%;
        display: block;
      }

      I think if you add the following rule to the plugin’s stylesheet, you’ll be go good to go.

      
      img.mstw-ss-table-logo {
        display: inline;
      }
      

      Let me know.
      -Mark

      #2613

      I tried that solution, to no effect. I also tried adding “display: inline;” to the existing plugin code so that it’s –

      img.mstw-ss-table-logo {
      display: inline;
      vertical-align: middle;
      padding-right: 5px;
      }

      and that had no effect either.

      #2616
      Mark
      Keymaster

        Well, I went into the inspector again, and did exactly as before. Works like a charm. I’ll send you a screenshot, maybe that will help us figure out where we’re dropping sync.

        -Mark

      Viewing 4 posts - 1 through 4 (of 4 total)
      • You must be logged in to reply to this topic.