This topic has 11 replies, 4 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hello,
1. It does not look like my Top Navigation text is centered on my website. I’d like to have the Main Nav menu centered between my logo on the left, and my icons on the right (please refer to website in private content).
2. When on an active page of a link in the footer, it highlights a different background color. I do not want this. How can I disable this? However, it would be good to make the text change a different color – how can i do that?
Hello,
Could you please provide a login and password to your website so we can see it?
Regards
Sorry – see Private content.
I have also noticed on mobile devices, the website has a slight horizontal scrolling (there should be none). Website moves side to side a little bit.
Hello,
Please also provide WP Dashboard credentials.
Thank you.
Regards,
Eva Kemp.
Hello,
Try to add this code in Global Custom CSS section:
.footer-top .widget_nav_menu li.current-menu-item a {
background: transparent;
color: black !important;
}
.navbar-collapse.collapse {
display: flex !important;
justify-content: center;
margin-top: 15px;
}
and this for mobile:
.navbar-right .navbar-right {
left: 14px;
}
Regards,
Rose Tyler.
While this code does move the navigation over on desktop (although I still wouldn’t say it is centered)
.navbar-collapse.collapse {
display: flex !important;
justify-content: center;
margin-top: 15px;
}
It really screws up the website / navigation on mobile devices.
Hello,
Oh, I see. Try this code:
ul#menu-main-1 {
display: inline-block;
}
.menu-main-container {
text-align: center;
margin-left: -75px;
}
Regards,
Rose Tyler.
That code worked the best for the desktop menu centering… however, then it get rid of the menu in the mobile side pull-out navigation
Hello,
Please, put the previous code in “Custom CSS for desktop” section.
Regards,
Rose Tyler.
OK, but now the sticky header when you scroll down is off-centered AND it takes on a different font style and color…
Hello,
Try to use this code:
.fixed-header-area ul#menu-main-1 {
margin-left: 15%;
}
.fixed-header-area .menu > li > a {
color: #4e3524;
font-family: Cabin;
font-style: normal;
letter-spacing: 0.1em;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up