I would like the tablet version (in portrait mode) of my website to appear the same as on a mobile phone screen.
Is this possible?
Hey roamingk,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi,
Do you want the grid layout to display in a single column on tablet portrait mode? We could use this css code to adjust the width of the columns on tablet view.
@media only screen and (max-width: 989px) {
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
margin: 0;
margin-bottom: 0px;
margin-bottom: 20px;
width: 100%;
}
}
Best regards,
Ismael