So after some research I have found that the desktop view is the same as the landscape view on the iPad. I created my desktop version on the larger side to better show my illustrations. So in the landscape mode on my iPad all is good until I bring up a custom lightbox that I created and then the Modal pushes off the screen .
Is there any custom code I can add that contain the pop up modal within the landscape view of the iPad?
I hope I was clear. This is is the published site URL
Do I change these in the desktop layout? If I do then everything gets smaller but I may have to do that because I am experiencing some other issues on another laptop. I work on large monitors…
Hey are you able to take a peek at my site again? Now it seems after resetting sizes all of my content scales up with the size of the browser window? Before the content stayed all one size.
Right, it is how % suppose to work. I thought it is what you need
One of the ways to make it smaller, but still keep it scale down if browser window will get smaller is set “max-width” of elements that you set in %.
For example, you have “list-wrapper” width: 96%. You will also set max-width: 1300px.
So List-wrapper will be the same size as long as 96% of the page will be more or equal 1300 px. And will go “squeeze” when the page will become smaller.
ok…that makes sense. I probably was not clear when I asked for help. So I can set the max width pixels
and then it does not grow beyond that size. Looks like that works great.