Featured Properties Slider - Mobile Button

 avatar
LBautista
css
25 days ago
198 B
3
Indexable
Never
/*START- fix button width on mobile - WB Lloyd*/
@media (max-width: 767px){
    div.featured-properties-section .btn {
        width: 100%;
        }
    }
/*END - fix button width on mobile*/
Leave a Comment