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

    (@ciorici)

    Hi,

    Just add the following CSS in the Customizer > Additional CSS and the block will be centered:

    .wp-block-wpzoom-recipe-card-block-recipe-card {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    Thread Starter Caio sá

    (@kaiosa69)

    I couldn’t, can you check if it’s correct? follow the link the prints.
    https://ibb.co/1RGx6MP
    https://ibb.co/ynPpPCw

    Plugin Author Pavel Ciorici

    (@ciorici)

    Try this CSS code insteasd:

    .wp-block-wpzoom-recipe-card-block-details,
    .wp-block-wpzoom-recipe-card-block-directions,
    .wp-block-wpzoom-recipe-card-block-ingredients {
        margin-left: auto !important;
        margin-right: auto !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how can I centralize?’ is closed to new replies.