This topic has 4 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
If you look at the site on a tablet (i-pad, kindle, etc.) In landscape view everything works fine… but in portrait view almost every page looks wrong… and my client really wants it to work in portrait. Are you guys doing anything about this, or can you?
Hello,
Please add this code in custom.css file:
@media only screen and (max-width: 959px) and (min-width: 768px){.containerInner {
width: 724px !important;
}}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Best regards,
Jack Richardson.
Thank you! That worked perfectly!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Tablet in Portrait View’' has been successfully resolved, and the topic is now closed for further responses