PenciDesign Supporter replied
Hi,
1. If you want to display 1 item per row in the mobile, you only need to remove the CSS I've sent.
2. There are no options to modify the Featured Boxed on the Mobile. If you want to modify the width and height of each item on mobile, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) {
.home-featured-boxes-sc ul.homepage-featured-boxes.boxes-2-columns li,
ul.homepage-featured-boxes li,
.post-entry ul.homepage-featured-boxes li {
max-width: 90%;
margin-left: auto;
margin-right: auto;
max-height: 200px;
}
}Replace 90% and 200px with the custom value you want to display.
Regards,
PenciDesign.