Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @bonflavor

    The theme you use rewrites the styles from our plugin. Please add following CSS code to Appearance -> Additional CSS to fix the alignment as expected

    #content-area .wp-block-wpzoom-recipe-card-block-recipe-card .ingredients-list > li {
        margin-left: 0;
    }
    #content-area .wp-block-wpzoom-recipe-card-block-recipe-card .directions-list > li {
        padding-left: 40px;
        margin-left: 0;
    }
    Thread Starter bonflavor

    (@bonflavor)

    Thank you so much for your help!
    I solved the problem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Order numbers in directions are not aligned’ is closed to new replies.