[Resolved] Can we hide left panel on mobile?

Home Forums Support [Resolved] Can we hide left panel on mobile?

Home Forums Support Can we hide left panel on mobile?

  • This topic has 3 replies, 3 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1257507
    Data

    I am using WordSmith theme. Can we hide the left panel on mobile? Currently, the left panel is showing at the bottom of the page on mobile version.

    #1257642
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (max-width: 768px) {
        #left-sidebar {
            display: none;
        }
    }
    #1258582
    Data

    where to add this?

    #1258642
    Leo
    Staff
    Customer Support
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.