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/
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