Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #947345

    HI team!

    I’m testing a desing with a row section of two cells (or columns, however you call it). When I switch to mobile screen size, the cells that have text remain with a correct height, regarding its content.
    But cell with image is reduced showing only 20% of the picture, approximately.
    You can check the problem in the private content.

    Could you please help me to set an equal height to all cells in the row when collapsing at breakpoint?

    Many thanks

    #947441

    Hey webcafelicitat,

    Add this to quick css:

    @media only screen and (max-width: 1024px)  {
    .flex_cell.no_margin.av_one_half{
    background-size:100%
    }
    
    .av-cell-min-height-50 > .flex_cell{
    height:100%!important;
    }
    }

    Best regards,
    Jordan Shannon

    #949639

    Hi Jordan!

    Thanks for your help. I’ve added CSS code but seems it is still having the same behaviour.
    Coul you please check out the link to the page in private content?

    Best regards

    #949642

    Hi,

    Did you make sure to add the css to the very top of quick css so it runs first and also clear your cache a few times over.

    Best regards,
    Jordan Shannon

    #949661

    Hi!

    I didn’t, but I’ve just done it and still not working. Even tried in browsers I haven’t used to visit that page.
    Is there any config I should set in the row settings?

    Best regards

    #950879

    Hi webcafelicitat,

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

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

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