Page not displaying correctly on mobile site

Discussion in 'BizWay WordPress Theme' started by drkmbrown, Mar 3, 2014.

  1. drkmbrown

    drkmbrown Member

    Joined:
    Jul 2, 2013
    Messages:
    52
    Likes Received:
    0
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You are using custom code in the page which is not responsive. So we can do much in it.
    But still you can try this code. I hope it will work.

    Code:
    @media only screen and (max-width: 767px){
    .mm-checkoutInfo {
    margin-right: 0px!important;
    }
    .mm-checkoutSection {
    float: none!important;
    }}
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page