Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Off topic: Please enable right click, disabling it is as good as a placebo
    On topic:
    If you’re not using a Child Theme, and if the theme doesn’t have a section for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      .row-fluid [class*="spaniel"] {
          float: none;
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

    Thread Starter ourmarco

    (@ourmarco)

    Brilliant. Thank you so much for your help.

    We adjusted the code slightly because it was still marginally indented. We used:

    .row-fluid [class*="spaniel"] {
        float: none;
      margin-left: 0px;
    }

    And that cured all the problems.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post with tag containing "span" matches CSS wildcard incorrectly’ is closed to new replies.