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 #2657592
Featured image on the recipe card is really big
Closed

Comments

  •  1
    tim-nieuwpoort started the conversation

    Hi,

    I just updates the theme, but now the featured image on the recipe card is really big on my iPhone. It was smaller before the update..

    Tim

  •  2,699
    PenciDesign replied

    Hi,

    In the latest version of Soledad, we've adjusted the recipe plugin. So, on the mobile, it will display big like that. It helps the readers can view it better on mobile.

    If you want to get it smaller like before on mobile, please try add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 479px){
    .penci-recipe-thumb { float: left; width: 80px; margin: 0 20px 10px 0; }
    .penci-recipe-metades{ overflow: visible; }
    }
    

    Best Regards,

    PenciDesign