Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1241606

    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?

    #1242084

    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

    #1242208
    #1243835

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.