• latrishablevins

    (@latrishablevins)


    I chose your theme for my new blog when I ran into a problem with compatibility with mobile devices. To clarify, I chose in Customizing/Blog/Blog archives the “List the zig-zag” layout, which looks great on the PC but doesn’t look good on all other devices. Can you take a look?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @latrishablevins,

    I’ll pass your report to our development team to inspect further and provide permanent solution when available.

    Meanwhile, you can add this simple CSS code to youe site’s Additional CSS.

    @media not all and (min-width: 640px) {
      .layout4 .content-inner, 
      .layout6 .content-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }
    
      .posts-layout .list-content {
        order: 2;
      }
    
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Phone compatibility issue’ is closed to new replies.