• Resolved NBH707

    (@nbh707)


    Look at the example of the Dairy Free Oatmeal recipe. You will notice that there is a space before the dash that comes before the ingredient notes. How can I get rid of this?

    The page I need help with: [log in to see the link]

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

    (@brechtvds)

    Looks like you’re already using custom CSS to add that dash?

    I’d update it to this:

    .wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded::before {
        content: "-";
        margin-left: -5px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to get rid of space’ is closed to new replies.