This topic has 4 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
Hi, I’m having some minor issues with my navigation and menu, hoping you can help..
1. How do I right-align the fixed-header menu items, as I’ve done with my regular navigation, instead of having it centred?
2. The 2 buttons in my header (orange and grey “find a club” and “try us free!” buttons) aren’t linking correctly, it seems to only be the top third of the button that’s linked and the rest of the button isn’t.
3. Submenu positioning and linking – the ‘Clubs’ menu item is having an issue similar to above, only the top half of the word is linked and the rest isn’t, making it hard to click on. I also need to adjust the submenu so that each item is in line with the word ‘Clubs’ (left aligned)…
Thank you for your help, much appreciated.
Hello,
I’ve added this code into custom.css file. Check it, please.
1)
.fixed-header .menu-main-container {
float:right;
}
2)
.page-heading-slider .wpb_content_element{
margin-top: -202px !important;
}
.languages-area {
height:inherit;
}
3)
.tbs{
margin-top:20px !important;
}
.menu > li > a {
margin-top:0px !important;
}
.header-type-2.slider-overlap .header .menu > li.menu-item-has-children:after {
top:7px !important;
}
Regards,
Robert Hall.
Hi Robert,
Thanks, this has fixed most of the issues above, now I just need to align the ‘clubs’ sub-menu with the word Clubs.. please see this image:
Hello,
I’ve added the following code into custom.css file:
.header-type-2.slider-overlap .header .menu .nav-sublist-dropdown {
margin-left: 40px !important;
}
Please check the submenu now.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Various navigation and header issues’' has been successfully resolved, and the topic is now closed for further responses