Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #805543

    Hello

    Is there some CSS to change the layout to be the same as a mobile when you turn a tablet / ipad to portrait, but keep it as it is when it is landscape? There are 4 main pages it affects and I have pasted them below, when you look at these page on an ipad in landscape it is great. However if you turn to view as portrait the email in the left sidebar gets cut off and the picture of Lidl, for example (in the first link), looks very small compared to the writing in the column next to it. So I would like the portrait view to rearrange the content as per a mobile.

    Thanks for your help.

    #805977

    Hey sensiblekaren,

    Please try this in Quick CSS to make the email link a bit smaller on tablet sizes:

    @media only screen and (min-width: 768px) and (max-width: 990px) {
    .sidebar #text-2 a {
      font-size:11px;
    }
    }

    Best regards,
    Rikard

    #806162

    Thanks very much that worked great :-)

    #806486

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #806889

    yes ok to close it. thank you

    #807236

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change tablet / ipad portrait view to display as on a mobile’ is closed to new replies.