Comments alkisti19 started the conversationApril 6, 2019 at 2:13pmI'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,700PenciDesign repliedApril 7, 2019 at 10:50amHi,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 Sign in to reply ...
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.
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:
For change the shape to round, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign