Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • here is the code you’re looking for:

    /* Modify recipe cards */
    .blog-yumprint-recipe {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    }

    to answer your first question, Katerina, insert this into the style.css document of your theme:

    /* Modify recipe cards */
    .blog-yumprint-recipe {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    }

    the max-width number is what you change to determine the largest size of the recipe card. this number can also be a percentage.

    the margin-right and margin-left, when set as auto, center the card on the page.

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