Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    In Customize > Additional CSS, try adding:

    
    @media only screen and (max-width: 479px) {
    .main-inner { flex-grow: 1; display: flex; flex-direction: column; align-items: center; width: 100%; }
    .content { order: 2; min-width: 100%; max-width: 100%; }
    .s1 { order: 1; min-width: 100%; max-width: 100%; }
    }
    
    
Viewing 1 replies (of 1 total)
  • The topic ‘Widget’ is closed to new replies.