Viewing 1 replies (of 1 total)
  • Without being able to see how the widget is currently coded, I can only offer you a starting point. If your xhtml is:

    <h2>O. de Marseille - Milan</h2>
    <img src='path/to/teamLogos.png' />
    <p>Journee...Velodrome</p>

    Then your CSS could be:

    h2, p { text-align: center; }
    img { margin: 0 auto; }

    The above is an example, and you’ll have to adapt it depending on what your widget’s xhtml actually looks like.

Viewing 1 replies (of 1 total)
  • The topic ‘Need some help with the CSS of the wordpress leaguemanager plugin’ is closed to new replies.