Support » Plugin: WP Ultimate Recipe » Found incorrectly declared 'ol' in CSS

  • Resolved FireSamurai

    (@firesamurai)


    Hi there,

    After installing WPUR, I noticed that my ordered lists’ margins were changed. I took a look and it appears that you have the following declared on layout-base.css, line 40.

    .wpurp-container ul, ol {
      margin: 0 !important;
      padding: 0 !important;
    }

    I’m guessing that the ol is supposed to have the same .wpurp-container class declared in front of it so that it doesn’t change a users theme ol declaration, like so:

    .wpurp-container ul,
    .wpurp-container ol {
      margin: 0 !important;
      padding: 0 !important;
    }

    Enjoying the plugin so far. Good job.

    http://wordpress.org/plugins/wp-ultimate-recipe/

Viewing 1 replies (of 1 total)
  • Plugin Author Brecht

    (@brechtvds)

    Nice find, thanks for letting me know!

    I’ll change it in the next update (probably later today). Sorry for the inconvenience.

Viewing 1 replies (of 1 total)
  • The topic ‘Found incorrectly declared 'ol' in CSS’ is closed to new replies.