Conversation
supportHello, 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]
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; }
Thank you for your super fast reply! It works perfectly!
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; }
Thank you for your super fast reply! It works perfectly!