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

    Hello,

    Is there a way for columns not to stack on top of each other when seen on mobile, i.e. for the columns to be shown next to each other (at least 2 columns on the same row)?

    Thanks!
    – Evelyn

    #875293

    Hey Evelyn,

    Which elements do you want not to stack? The columns with tables will not work side by side. Do you mean the app icons?

    Best regards,
    Victoria

    #875643

    On my home page, the third section (Adiestramientos, with the icons), when shown on mobile it stacks the columns one on top of each other, but I don’t want them to stack, since they get incredibly larger.

    #875658

    Hi,

    If you want to achieve this effect add the following to quick css:

    @media only screen and (max-width: 989px){
    #home_cursos .flex_column.av-break-at-tablet{
    width:42%!important;
    padding:2px!important;
    }
    
    #home_cursos .flex_column_table_cell{
    float:left!important;
    }}

    Best regards,
    Jordan Shannon

    #875885

    Thanks!

    #876061

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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