G
G
greedy_wizard2020-09-04 10:27:30
css
greedy_wizard, 2020-09-04 10:27:30

Submenu display problem?

Please help me solve this problem!
There is a custom menu on the Customizr template The problem is that the drop-down menu on the main page works correctly both when it is motionless and when it is scrolling https://mebelkharkov.com/
5f51ec3a3eaca741760453.jpeg
but on other pages there is such an error - the menu crawls under the block when it is motionless, but when when scrolling, everything is fine (played with position until the results are zero) - https://mebelkharkov.com/o-nas/
5f51ec4c530c6398907902.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dima, 2020-09-04
@greedy_wizard

.page.czr-full-layout.czr-no-sidebar #tc-page-wrap, .single.czr-full-layout.czr-no-sidebar #tc-page-wrap {
    overflow-x: hidden;
}
исправь на 
.page.czr-full-layout.czr-no-sidebar #tc-page-wrap, .single.czr-full-layout.czr-no-sidebar #tc-page-wrap {
    overflow-x: visible;
}

http://joxi.ru/eAOQKOxskwakpm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question