fixed mycart displacement on smaller screens

If you resize the screen you’ll see the left menu goes under the content if its resized between a tablet and mobile.

TO FIX:
Find on line 28 of file: skin/frontend/default/jm_hawkstore/css/layout.css

HTML Code:

/*columns---*/
#ja-col1 { float: left; width: 33.3%; }

change that value to 33.1%

all fixed

1 answer

Please login or Register to Submit Answer

Written By

Comments