Archived topic
Sticky Navigation Secondary Menu
5 replies · Started by kv1953 on May 8, 2018
When I enables sticky navigation my drop down menus disappear behind the photo gallery I have on my home page also initially the menu merges with the first line ( description of gallery ) aware this is probably z-index related but not sure what to do.
Also how do get my footer bar to appear on my blog/news page.
Finally on posts is there a way to add gap between post titlke and post date?
Hi Kevin,
First sticky navigation z-index:
.sticky-enabled .main-navigation.is_stuck {
z-index: 10000 !important;
}
The footer is missing because of this CSS you have in your child style sheet:
.blog .site-footer,
.archive .site-footer {
display: none;
}
Lastly the post titles line height has been set to 0em. Change this in Customiser > Typography > Headings > Line height
I put .sticky-enabled .main-navigation.is_stuck {
z-index: 10000 !important;
} in my additional css and it has formatted all my menu back to basic black. Removed from additional css but still the black.Not experienced with child themes do i need to change something back in chils?
The background image was set in the customiser > backgrounds - i am not sure why adding the CSS to Additional CSS would have removed it. You can add the CSS i gave you to the child theme.
Hello,
I have the sticky main menu in the header, it's ok.
How i can make a second sticky menu in the footer ?
thx
Hi there,
Can you open a new topic and explain a bit more?
Thanks!