Hi,
I need to reduce margin bottom of biblioteca module in sidebar 2.
I try in 2 way:
@media screen and (max-width: 768px){#section-122{margin-bottom:8px!important;}}
or
#section-122 .t3-module {margin-bottom:8px!important;}
in custom css, but I didn't solve, can you help me please?