请帮助。
我正在尝试减少移动设备上此特定元素的填充。它在网络上很好,但不适用于移动设备。 Click here to see the photo.
This is my website. 您可以在最底部看到元素。
这是我现在的工作代码,但它似乎不起作用:
@media (min-width: 240px) and (max-width: 700px)
{
.vc_column_container .sc_testimonials_1992611863_3,
.vc_column_container .sc_testimonials_1992611863_2,
.vc_column_container .sc_testimonials_1992611863_1{
padding: 1rem 0em 2rem !important;
}
}