Problem

Posted in: Newspaper
Post count: 127

I team, this is my problem:
In desktop view is perfect:
https://www.pcusb.it/wp-content/uploads/2017/08/file-1024×593.png

But in iPad views I have this problem:
https://www.pcusb.it/wp-content/uploads/2017/08/file_1-846×1024.png

My website is: https://www.pcusb.it

Why?
Thanks for all.

  • This topic was modified 8 years by Ginfox.
Post count: 9544

If you use “rows” vs “columns” with responsive design when elements contract, only the row contracts.

so
[ [content] [content] ]
———————–
[ [content] [content] ]

in above example, when each ‘row’ contracts, if different amount of content in each [area], then one will be taller than other, as the ‘row’ is still the same height for ALL content in that row <—–>
This is why I do

———————-
[{content}][{content}]
{more} {more}
{more} {more}
———————-
this way if content taller in right, stuff on left moves up.

Hope that made sense 🙂

Post count: 127

Thanks Chris.

Post count: 127

I solved, thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.