• Resolved Katerina Sushko

    (@katerina-sushko)


    Hello!
    I really love your plugin. Stylish and convenient. But…

    1. My recipe card is too wide (about 1200pix wide). How do I make it smaller and more elegant? I want it to be 800pix max. (please see here http://veggelife.ru/?p=1323)
    2. Any comment on how to use cyrillic fonts? Because it’s so pretty in English! In Russian it becomes just bold and messy.
    3. Star rating doesn’t work. Cannot add any stars. Or does it work only if you write a review at Yumprint?

    Thank you in advance!

    https://wordpress.org/plugins/recipe-card/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello!
    I want to know the same thing. If I want the card to be like 600pix, how can I do that?
    Thank you!

    Plugin Author Yumprint.com

    (@yumprintcom)

    Hi –

    1. You can set a max width by adding a style to your style.css file.
    2. I don’t have any suggestions on this. If you find a solution, please share.
    3. You should be able to rate the recipe directly on your site. Unfortunately, your site isn’t coming up for me to investigate.

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My recipe card is too big’ is closed to new replies.