Help modifying header menu
-
Hello, I am using the Jillij theme, would like to move the drop-down menu from below the main blog photo to above it (to provide more space for the drop-down categories).
Here is the Jillij menu link:
http://www.jillij.com/wordpress-theme/
Here’s the header file link:
http://wordpress.pastebin.com/NsiUqWg8
And here’s the stylesheet file link:
-
There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme in action might result in more responses.
My site looks very similar to this one:
As I said before, I simply want to move the dropdown menu from below the picture to above it. I hope someone can help me. Thank you.
that theme hurt my head to figure out.
The positioning of the menu is determined by this in your css:
#sidebar { display: block; border: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; z-index: 5; position: absolute; top: 180px; }change the
topvalue to move it…..(I didn’t check to see exactly what to….. maybe 0?)you may then have to mess with the header image to move it down too…..I didn’t look too deep into the structure
Thank you for trying to help me.
So you’re saying I should change
top: 180px
to
top: 0px
Is that correct?
I changed the value to 0, but it had no effect whatsoever.
I also tried changing it to 50, but it had no effect at all.
Can someone please help me here?
Thank you.
The topic ‘Help modifying header menu’ is closed to new replies.