Title: Justify Text?
Last modified: August 21, 2016

---

# Justify Text?

 *  Resolved [nancyinpink](https://wordpress.org/support/users/nancyinpink/)
 * (@nancyinpink)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/justify-text-6/)
 * Hi!
 * Is it possible to justify the text in the recipes, especially in the directions–
   maybe by adding a little code? Tried a few code options but not had any luck 
   yet. I have successfully made text bold with <b> and underlined with <u>, but
   can’t work out justify.
 * Thanks!
 * [http://wordpress.org/plugins/recipe-card/](http://wordpress.org/plugins/recipe-card/)

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

 *  Thread Starter [nancyinpink](https://wordpress.org/support/users/nancyinpink/)
 * (@nancyinpink)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/justify-text-6/#post-4386356)
 * Also, when I change the size of the ingredients/directions font in the recipe
   card theme, it does not show up on the blog recipe card. The other fonts (headers,
   yield, etc.) are responding to changes.
 * [http://www.ramsonsandbramble.com/2013/12/best-ever-borek.html](http://www.ramsonsandbramble.com/2013/12/best-ever-borek.html)
 * This font is 13px in the recipe card theme, but is displaying at about 16px here.
   I have currently set the body font of the whole blog to match it so it doesn’t
   look untidy, but before the body font of the whole blog was smaller and I would
   like to return to that if possible.
 * Thanks again!
 *  Plugin Author [Yumprint.com](https://wordpress.org/support/users/yumprintcom/)
 * (@yumprintcom)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/justify-text-6/#post-4386531)
 * Hi –
 * You can justify the directions by adding this to your styles:
 * .blog-yumprint-method-item {
    text-align: justify !important; }
 * As for the font size problem, can you switch it back to the 13px font on the 
   body so that I can see how to fix it for Recipe Card?
 * Thanks!
 *  Thread Starter [nancyinpink](https://wordpress.org/support/users/nancyinpink/)
 * (@nancyinpink)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/justify-text-6/#post-4386548)
 * Hi!
 * Thanks very much for your response. Can I set the ingredients to always show 
   up bold using a similar code to the one you just gave me?
 * Maybe…
 *     ```
       .blog-yumprint-ingredients-item {
       text-weight: bold !important;
       }
       ```
   
 * Or something like that?
 * I have also changed the body font back. It is currently 14px and it is set to
   the same in the Recipe Card theme.
 * Thanks!
 *  Plugin Author [Yumprint.com](https://wordpress.org/support/users/yumprintcom/)
 * (@yumprintcom)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/justify-text-6/#post-4386550)
 * You’re welcome!
 * You can set the ingredients to bold within the template editor. Go to the font
   tab, then click on the ingredients in the recipe preview and you’ll be able to
   set them to bold.
 * It looks like you have a style in your theme that is overriding Recipe Card’s
   font size. The style looks like this:
 * .hentry ul li, .hentry ol li {
    font-size: 16px; }
 * If you change that to 14px. Your problem should be solved. If you are unable 
   to locate that style and change it, let me know and we can come up with another
   way around it.
 * Thanks!
 *  Thread Starter [nancyinpink](https://wordpress.org/support/users/nancyinpink/)
 * (@nancyinpink)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/justify-text-6/#post-4386551)
 * Hi!
 * Wonderful! That fixed it!
 * When I click on the ingredients text it selects the instructions, description
   and notes text too. It’s just the ingredients that I would like bold.
 * Thanks again – top notch support!
 *  Plugin Author [Yumprint.com](https://wordpress.org/support/users/yumprintcom/)
 * (@yumprintcom)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/justify-text-6/#post-4386552)
 * You’re right. I forgot about that.
 * This should work:
 * .blog-yumprint-ingredient-item {
    font-weight: bold !important; }
 *  Thread Starter [nancyinpink](https://wordpress.org/support/users/nancyinpink/)
 * (@nancyinpink)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/justify-text-6/#post-4386553)
 * Cheers! All fixed!

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

The topic ‘Justify Text?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recipe-card_cfc7c6.svg)
 * [Recipe Card](https://wordpress.org/plugins/recipe-card/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recipe-card/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recipe-card/)
 * [Active Topics](https://wordpress.org/support/plugin/recipe-card/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recipe-card/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recipe-card/reviews/)

## Tags

 * [justify](https://wordpress.org/support/topic-tag/justify/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 7 replies
 * 2 participants
 * Last reply from: [nancyinpink](https://wordpress.org/support/users/nancyinpink/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/justify-text-6/#post-4386553)
 * Status: resolved