Get rid of all of this white space turbo theme

Hello,

can someone please tell me how to get rid of all of this white space? Not the white on the side but above and below the review slider. My store url is Projects817.com and my theme is turbo

This is PageFly - Free Landing Page Builder.

You can add this code into the theme.css file

@media screen and (max-width: 767px){

.scm-reviews-importer {
height: 422px !important;
}
.scm-reviews-importer-iframe {
    border: none;
    margin-top: -35px !important;
}
}

Hope this can help you solve the issue

Best regards,

PageFly

1 Like

Thank you so much!