x

Mobile site doesn't look good

Just started working on my website http://www.neongorilla.nl/ . On desktop it's look pretty okay, but on mobile it's an absolute mess. Does anyone know how to fix this?

Thanks in advance

379 Views
Message 1 of 2
Report
1 REPLY 1
Square

If you want certain elements to stay together when stacking on mobile, make sure that they're in the same columns element.

For example, the first set of items on your site are like this:

title1  |  title2  |  title3
___________________________

 img1   |   img2   |  img3
___________________________

title1 | title2 | title3 ___________________________ img1 | img2 | img3

Make sure you have them in columns like this:

title1  |  title2  |  title3
 img1   |   img2   |  img3
_____________________________

title4  |  title5  |  title6
 img4   |   img5   |  img6
_____________________________
364 Views
Message 3 of 2
Report