This topic has 24 replies, 3 voices, and was last updated 6 years ago ago by Rose Tyler
Hi,
Is it possible to remove this space between the main menu and the slider Revolution ?
Cordially.
Jimmy Rochat
I have the same problem and because I have the mega menu every time I roll my mouse over the space under it, the menu opens and hides the slights that I have beneath. How can I fix it?
Hello @jimjim93,
Please provide your site URL.
Regards
Hello @zucca,
Unfortunately, I can’t open your site to see problems. Please check.
Also, provide temporary wp-admin access so we can take a closer look.
Regards
Yes
I will open the site to check the problem . please check the menu , how its open .
Thanks
Hello @jimjim93,
Please add this code in style.css file of child theme:
.home .page-content {
padding-top: 0px;
}
.home .main-nav {
margin-bottom: 0px;
}
https://www.8theme.com/demo/docs/legenda/#child_theme
Regards
Hello @zucca,
Please add this code in style.css file of child theme:
.main-nav .menu > li > a:after {
display: none;
}
.home .page-content {
padding-top: 0px;
}
.main-nav {
margin-bottom: 0px;
}
Regards
Top thanks you !
You’re welcome!
Regards
Thanks for the space problem . I have one more problem , its about the menu . if you take the mouse under the menu it opens .
Hello @zucca,
Have you added this code?
.main-nav .menu > li > a:after {
display: none;
}
Regards
Yes i added it but still the problem.
Dear @zucca,
Make sure that you added the code correctly – https://gyazo.com/0162694cdbf7d6abfd10d326fdd78c40
Regards
.main-nav .menu > li > a:after {
display: none;
right ?
that dont work .
Hello @zucca,
You added
http://prntscr.com/lewbso
– it is incorrect
You need to change http://prntscr.com/lewcjf to >
Regards
Is this ” & ” symbol the problem ?
i fixed the main menu with this code :
.main-nav .menu > li > a:after {
float: none;
display: none;
}
and work … its correct ?
I have the same problem with the sensitivity of the menu on the menu that expands when I navigate under the main menu.
Hello @zucca,
I am glad that your problem was solved.
Please provide a video for better understanding the new problem.
Regards
Dear @zucca,
Sorry, but your problem is a bit unclear to me. Please describe your problem in more details and provide some screenshots or video.
Thanks in advance.
Regards
i take screenshot but at it dont good and the video too . The mouse its not there for show the problem.
Please visit my web http://www.zucca.gr and try to use the extra menu ( not the main menu ) and you see the problem . the sensitivity its not at the menu word its down of them.
Hello @zucca,
Thanks for the reply.
Please add this custom css code:
.fixed-header .menu > li > a:after {
height: 30px;
bottom: -10px;
}
.fixed-header-area .fixed-header .menu {
margin-top: 5px;
}
Regards
Thanks very much !!!
Your support it’s perfect!!!!
Dear @zucca,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up