Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #699071

    Hi

    I have a lot of grid rows on my website and I want to have them all displayed below each other on tablets. They are already displayed below each other on smartphone and tablet portrait, but not on landscape, is that possible?

    Cheers, Ann

    #699573

    Hey Gammelbys15,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 1024px) {
    #top #wrap_all .av-flex-cells {
        width: 100% !important;
    }
    }

    Thanks,
    Rikard

    #699817

    Hi Rikard

    I tried the CSS, but there is no result, but the grid row content are still displaying like the desktop version and not below each other like on smartphones.

    #700430

    Hi,

    Ok, please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #769396

    Hi

    I am having the same problem, on the 2 pages added to private I would like them stock stack on tablet view

    page_id=2464 – is set up using a colour section
    page_id=2792 – is set up using a grid row

    thanks
    adrian

    #770501

    Hi Adrian,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    .page-id-2464 .flex_column_table_cell, .page-id-2792 .flex_column_table_cell {
        display: block !important;
    }
    }

    Best regards,
    Rikard

    #771654

    Hi

    thanks both pages still do not stack on tablet view

    #773420

    Hi adrianvanwyk,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css, you can try it to make your grid look much better in landscape mode on tablets.

    
    #top .no_margin.av_one_third {
      padding: 10px 20px !important;
    }
    .toggle_content {
        padding: 8px 10px 10px 10px;
        margin: 0px 0 5px 0;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      /* Add your Desktop Styles here */
    
    .hr.hr-invisible.avia-builder-el-32, .hr.hr-invisible.avia-builder-el-38 {
      height: 0px !important;
    }
    
    #top .no_margin.av_one_third {
      padding: 0 10px !important;
    }
    
    .toggle_content {
        padding: 8px 10px 10px 10px;
        margin: 0px 0 5px 0;
    }
    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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