[Support request] sidebar to remain fixed

Home Forums Support [Support request] sidebar to remain fixed

Home Forums Support sidebar to remain fixed

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

    i want sidebar to remain fixed in pc version but not in mobile version

    this code does not work for me


    @media
    (max-width: 768px) {
    .site-content {
    flex-direction: column-reverse;
    }
    }

    #1682321
    Ying
    Staff
    Customer Support

    Hi Antonio,

    The code is not for sticky purpose, it’s to reverse the content order in mobile view.

    Could you link us to the site in question?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.