BentleyDeVilling
Member
Posted 4 months ago #
I want my navigation menu alone, fixed to the top of my page when you scroll down. Not the header image. I would really appreciate any help. I'm new to web design, but im learning.
TheEargazm.com [Mod edit: nsfw due to profanity]
I can post any of my css.
In your theme's stylesheet, find the #head section & add these two lines:
position: fixed;
width:100%;
BentleyDeVilling
Member
Posted 4 months ago #
That didn't change anything.. Let me clarify, I want the menu below my header image to be fixed to the top when you scroll down. I have infinite scroll so it would help navigation when several pages down.
If it didn't change anything, you added it incorrectly. If it changed the wrong thing, you explained it incorrectly.
BentleyDeVilling
Member
Posted 4 months ago #
I'm not sure how else to explain it. Look at my website TheEargazm.com . There is a top menu above the header image, then the header image, then below that is the menu i want in a fixed position at the top.
The information you provided would make the entire header, Logo and both menus fixed). I really appreciate your help. Just trying to figure this out.
designbyrobpearce
Member
Posted 3 months ago #
Hey buddy. Thanks you helped me too, I wanted to do this on mine.
cubecolour is spot on though. I just checked your site for you, I have the following for your CCS #Head section
#head {
margin-left: 453.5px;
overflow: hidden;
padding: 0;
position: fixed;
It tells me that code is on line 62 of your CCS Style file. Try changing your '#head' to that and you should be sorted.