Viewing 1 replies (of 1 total)
  • Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi,
    Thanks for writing and thanks for the link, that helps a lot. If you take a look at this page on the MSTW Dev site, you’ll see that your layout has more issues than the spacing of the number (which you will see is correct).

    It appears that you are using the divi builder plugin and/or the divi theme. Unfortunately, this framework has a number of CSS rules like

    margin-top:0!important;

    The !important is generally evil for those who want to modify or extend the styles in the theme. To make matters even harder, they minimize the CSS stylesheets, striping all the line breaks that make it human readable.

    I know that’s probably too much information, but in short:
    – your theme is not honoring the plugin’s styles
    – your theme is making it difficult for me to give you a simple fix

    BUT, the good news is that frameworks like this generally have a place were one can add custom sytles/CSS, which they then honor (because you are playing by their rules, not the standard web page styling (CSS) rules. So (a) find where that is in your admin, I’m sure they document that somewhere, and (b) copy the contents of the wp-content/plugins/team-rosters/css/mstw-tr-styles.css file and paste them into the “custom styles/CSS” location in the divi admin.

    Good luck!
    -Mark

Viewing 1 replies (of 1 total)
  • The topic ‘Number & Name spacing’ is closed to new replies.