K
K
Konstantin2020-05-14 11:58:50
css
Konstantin, 2020-05-14 11:58:50

How to make the mega menu pop up on top of the slider when hovering over the blog?

On the site , when you hover over the "Blog" menu item, a mega menu appears, but it needs to appear on top of the slider. How to implement it?

I put z-index:20 on the menu, z-index: 10 on the slider. If I set the positioning to position: absolute; on the menu, then it is distorted (stretched to the right, the rounding of the corners disappears)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
drawnofmymind, 2020-05-14
@gradk

.mega_show {
    display: block;
    margin-top: -20px;
    padding-top: 20px;
    position: absolute;
    width: 1140px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question