[Resolved] Remove Archives div from pages in mobile

Home Forums Support [Resolved] Remove Archives div from pages in mobile

Home Forums Support Remove Archives div from pages in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1285596
    victor

    As title says, in mobile, near bottom of page on my contact and about pages, the archives appears. How do I remove this? I have premium if that helps.

    #1285627
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media(max-width: 768px) {
        .inside-right-sidebar #archives {
            display: none;
        }
    }
    #1285646
    victor

    Thanks!!

    #1285649
    David
    Staff
    Customer Support

    You’re welcome

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