Hello,
I have set a background for the filters via CSS like this:
@media (min-width: 993px) {
.sidebar-widget {
background-color: #f5f5f5;
padding: 25px 20px;
border-radius: 4px;
}
}
But the problem is that it doesn’t look very nice at the end of the widget.
Can you tell me what I have done wrong here – attached is a screenshot of how it currently looks in my case (shown a little darker to make it clearer).
Thanks & greetings Dirk