Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brecht

    (@brechtvds)

    Hi Tobi,

    Try adding the following CSS on the Recipes > Settings > Custom Code page:

    .wpurp-recipe-description {
    margin-bottom: 0 !important;
    }

    If you don’t intend on using the other fields you can add the following CSS as well:

    .wpurp-rows-row:last-child {
    display: none;
    }

    Kind regards,
    Brecht

    Thread Starter td8000

    (@td8000)

    Great,

    thanks a lot…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Padding below description text’ is closed to new replies.