Site logo

Archived topic

Show sidebar widget at site home on cell mobiles

1 reply · Started by Antonio on February 20, 2021

Viewing posts 1–2 of 2

Hi there,

try adding this CSS:

@media (max-width: 768px) {
  .site-content {
      flex-direction: column-reverse;
  }
}
This archived topic is closed to new replies.