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 #1964490
Homepage Featured Boxes
Closed

Comments

  • alkisti19 started the conversation

    I'd like to know if there is a way to make the Homepage Featured Boxes smaller or custom size, and also, if we can change the shape to round instead of square. They appear too big on mobile version.

  •  2,699
    PenciDesign replied

    Hi,

    Do you mean you want to custom size for homepage featured boxes on mobile?

    If so, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 480px){
    ul.homepage-featured-boxes li .penci-fea-in{ max-width: 250px; margin-left: auto; margin-right: auto; }
    }
    

    For change the shape to round, please add more this code to Customize > Custom CSS:

    ul.homepage-featured-boxes .penci-fea-in .fea-box-img, ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:before, ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:after{ border-radius: 50%; -webkit-border-radius: 50%; }


    Best Regards,

    PenciDesign