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 #1318658
homepage featured image
Closed

Comments

  • gsh0cker started the conversation

    Hi.  For the "homepage featured box image," can i insert a vertical photo in this slot?  Or is this only compatible with wide screen photos?   Every time I try to insert a vertical photo, it gets cut off.  Is there anyway to fit a vertical image here without it getting cropped?? Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    ul.homepage-featured-boxes li .penci-fea-in{ height: auto !important; }
    ul.homepage-featured-boxes .penci-fea-in .fea-box-img{ position: relative; width: 100%; }
    ul.homepage-featured-boxes .penci-fea-in .fea-box-img:before {
        padding-bottom: 120%;
        display: block;
        height: 0;
        content: '' !important;
        width: 100%;
        background: none !important;
        box-shadow: none !important;
        position: relative;
    }

    Change value  '120%' on the above code to the size you want.

    Best Regards,

    PenciDesign