Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #539458

    Hi there,

    there seems to be a bug when you put a lot of columns on one page (see attached URL). When I resize the browser and make it really small (mobile view), the arrangement for the first project is okay (columns below each other). On the other projects, the columns are still next to each other.

    Is there a workaround?

    Thanks in advance!

    #539546

    Hey henningtillmann!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .flex_column { 
    width: 100% !important;
    margin-left: 0;
    }}

    Best regards,
    Yigit

    #539597

    Added, no change :-(

    #539609

    Hi!

    Please change the code to following one

    @media only screen and (max-width: 769px) {
    .flex_column { 
    width: 100% !important;
    margin-left: 0;
    }}

    Best regards,
    Yigit

    #539647

    Thank you! It works!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Columns still next to each other in mobile view’ is closed to new replies.