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

    Hey,

    I need to display 2 columns on mobile where on desktop it’s a 1/5th column.
    Used the following:

    @media only screen and (max-width: 767px) {
    .av_one_fifth {
    width: 48%!important;
    padding-left: 1%;
    padding-right: 1%;
    }
    }
    

    However this creates empty fields, like in the attached image.
    What could be the cause of this?

    #757904

    Hey alexandervellguth,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Andy

    #757964

    See private content. Feel free to deactivate any plugins.

    #758953

    Hi,

    I think in your case it’s better to use a Grid Row element. Put every profile into one cell of Grid Row element, then you won’t have this issue.

    Best regards,
    Andy

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