• Resolved mamaolga

    (@mamaolga)


    Hello!
    I wonder if I can make the text justified in instructions to the recipe and notes.
    The text is aligned left by default.
    It is a problem of the whole Gutenberd editor that there is no function to have text justified, so I use CSS in the theme settings:
    p {
    text-align: justify;
    }
    But it did not work when I tried to use it with this plugin.
    Is there some way to do it? Thank you!

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

    Try this CSS code to achieve the text alignment justify for the directions and notes

    .wp-block-wpzoom-recipe-card-block-recipe-card .directions-list>li,.wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-notes .recipe-card-notes-list>li { text-align: justify; }

    Thread Starter mamaolga

    (@mamaolga)

    It worked, thank you very much for your reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make text justified’ is closed to new replies.