Skip to content
Public Ticket #7638

Homepage Featured Boxes

Conversation thread

PenciDesign replied

Staff Reply

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

alkisti19 started the conversation

Conversation Start

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.

Want to join this conversation or access attachments? Sign in first.