PenciDesign Supporter replied
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media screen and (orientation:landscape) and (max-device-width: 767px) {
.container,
.container.two-sidebar.two-sidebar,
.featured-area.style-1,
.featured-carousel.style-2 .item img,
.featured-area.style-4,
.featured-area.magazine-slider {
width: 100%;
padding-right: 30px;
padding-left: 30px;
}
}
Regards,
PenciDesign.



