[Support request] Show sidebar widget at site home on cell mobiles

Home Forums Support [Support request] Show sidebar widget at site home on cell mobiles

Home Forums Support Show sidebar widget at site home on cell mobiles

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1665385
    Antonio

    Now I want to use custom CSS to display the shop sidebar at the top of the page, instead of the bottom of the page.

    my website https://elmejorproducto.com/proteinas/

    #1665467
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (max-width: 768px) {
      .site-content {
          flex-direction: column-reverse;
      }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.