Testimonials Page - Padding

 avatar
LBautista
css
a month ago
260 B
2
Indexable
Never
/*START - fix padding - WB Lloyd*/
div.redesign.testimonials{
    padding-top: 48px;
    padding-bottom: 49px;
     @media only screen and (max-width: 768px){
        padding-top: 64px!important;
        padding-bottom: 64px!important;
    }
}
/*END*/
Leave a Comment