Archived topic
Sticky header menu
8 replies · Started by dyami on February 15, 2016
Hi Tom,
I want to make a sticky header menu for this website: http://www.mbsbeautyacademy.nl
How do I do that?
I've tried different things, but it doesn't work.
Is there a simple code that I can paste in the CSS editor?
Thanks!
Carmen
Have you seen our Menu Plus add-on? It does just that :)
Great! Thanks Tom! I will purchase the Menu-plus add-on :)
Thanks!
I have one more question. I can't find a way to adjust the Footer Widget size.
There is only an option to adjust the Footer size.
How can I do that?
I'm sorry, I mean the size of the typography (content) of the Footer Widget.
That's handled in "Typography > Widget Typography > Content font size".
It applies to sidebar and footer widget font sizes.
To adjust the footer widget only, you can use some CSS:
.footer-widgets .widget {
font-size: 17px;
}
It worked! Thanks again! :)
You're welcome :)
