Mobile issue

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rinchere1979, Sep 6, 2014.

  1. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
    The shopping cart icon in the upper left area and category tabs appear to be out of place when viewing the site on a mobile phone. Can this be corrected?

    My web address:

    http://idealfurnituremart.com/
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following CSS code in Custom CSS to fix this problem.
    Code:
    @media only screen and (max-width: 320px){
    .mean-container .mean-bar {
    margin-top: 80px;
    }
    }
     
    @media only screen and (max-width: 320px){
    .top_cartinfo {
    height: 70px;
    }
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page