
Originally Posted by
rtfulk
Thank you for the direction. I have corrected the problem. If anyone else has this problem this is what I done.
In responsive.css
line 106 & 107 I changed to this
.m-cart{position:relative;margin-left:100px;}
.m-home{position:relative;margin-left:100px;}
Line 160 & 161 I changed to this.
.m-cart{position:relative;margin-left:100px;}
.m-home{position:relative;margin-left:100p;}
Randy