• Resolved pappe

    (@pappe)


    Hello,

    I currently try your plugin on my website. I added the first recipe and I noticed that there is an error in displaying the list of preparations. The numbers at the beginning of each section is in the text (see here: https://postimg.cc/f3vvdJz9). How can I solve this issue?

    Thanks a lot!

    Martin

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

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

    (@ciorici)

    Hello @pappe

    It seems that this is caused by your theme.

    You can fix this problem by adding the following CSS code in the Customizer > Additional CSS:

    .wp-block-wpzoom-recipe-card-block-recipe-card .ingredients-list,
    .wp-block-wpzoom-recipe-card-block-recipe-card .directions-list {
        margin: 0 !important;
    }   
    
    .wp-block-wpzoom-recipe-card-block-recipe-card .directions-list>li {
        padding-left: 40px !important;
    }
    Thread Starter pappe

    (@pappe)

    Thank you for your super fast reply! It works perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display error’ is closed to new replies.