Archived topic
How to make secondary menu to going down while scrolling
5 replies · Started by Krystian on September 11, 2017
Hey,
This is website:
XYZ
We putted here secondary menu and we would like to make it like main menu. When we are scrolling down main menu is going down but without secondary.
My question is, how to make it "more mobile"?
Hi there,
Give this a shot:
#sticky-placeholder.navigation-stick + #secondary-navigation {
position: fixed;
top: 70px;
left: 0;
right: 0;
}
wow, its so simple;) if I can ask you more.
In this page "http://batlab.pl/uslugi/" we have few section, most of them are background in full width. Is it possible to make them hyperlink? every background of section to different url address?
We would like to have it only on this page
Making an entire section clickable is quite difficult in WordPress I'm afraid. I touched on that a bit here: https://generatepress.com/forums/topic/clickable-column/
I put in that post a small update. But now it is working;)
Awesome :)