Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1315024
two columns in recipe
Closed

Comments

  • hoffgaards started the conversation

    Hello! 
    I was wondering if it was possible to make two columns in the recipe under the ingredients list and the instructions list?


     

  •  2,700
    PenciDesign replied

    Hi,

    1/ To make 2 columns on INGREDIENTS, please add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 768px){
    .penci-recipe-ingredients ul:before, .penci-recipe-ingredients ul:after { content: ''; clear: both; display: table; }
    .penci-recipe-ingredients ul li{ float: left; width: 50%; display: inline-block; }
    }

    2/ To make 2 columns on INSTRUCTIONS, you can use Columns shortcode to do that. Check this image.

    Make sure you activated plugin Penci Shortcodes.

    Best Regards,

    PenciDesign