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.
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
Thanks very much that worked great :-)
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
yes ok to close it. thank you