Hello! Can you help us please.
How can we do a stretch Stats on vertical mobile view on Home page?
We got this CSS .stripe.homecounter{overflow:hidden;padding:0;}
.homecounter .parallax_content{background:url('http://vibethemes.com/envato/wplms/skins/points_system/wp-content/uploads/2014/02/overlay-pattern.png') repeat;
padding: 30px 0 90px;
top: 0;}
Please try adding the given css from wp-admin ->appearance -> customize -> custom css :
@media (max-width:769px){.home section.stripe.homecounter {
height: 550px !important;
}.home section.stripe.homecounter .parallax_content {
height: 550px !important;
}
}
Thank you. Now we can see all Stats. How can we make it stretch but horizontal? Not vertical
Well that is not possible as they are added into a one_third column shortcode .
If we reduce its width then the width of this column will be distorted all over the website .