Stretch Stats on mobile view

Home Forums Legacy Support Support queries Styling issues Stretch Stats on mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58866
    Dariya
    Spectator
    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;}
    #58979
    Anshuman Sahu
    Keymaster
    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; }   }
    #59043
    Dariya
    Spectator
    Thank you. Now we can see all Stats. How can we make it stretch but horizontal? Not vertical
    #59147
    Anshuman Sahu
    Keymaster
    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 .
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Stretch Stats on mobile view’ is closed to new replies.