Menu appearing behind Content

This topic contains 2 replies, has 2 voices, and was last updated by  Kor 4 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: , ,

  • Author
    Posts
  • #513858

    pinkgecko
    Free User
    Post count: 47

    Hi there,
    How can I get the main menu to appear over the content on the page. I’m not sure if this is a theme (Listimia) or plugin error.
    I cannot find any z-index in the css to update. Any ideas?

    #513860

    pinkgecko
    Free User
    Post count: 47
    This reply has been marked as private.
    #513861

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your post. It’s from your theme and kindly use the custom CSS code below to fix this.

    @media (min-width: 768px) {
    #listing-right-sidebar {
        z-index: 1!important;
    }
    }
Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket