Home Forums Trusted Pro Content box spacing Reply To: Content box spacing

#3999
Andy
Keymaster

OK, change it to this so that it is only applied above mobile view

@media screen and (min-width: 769px){
    .featured-post{
        margin-bottom: 20px;
    }
}