Viewing 6 replies - 1 through 6 (of 6 total)
  • esmi

    (@esmi)

    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.

    Thread Starter JG99

    (@jg99)

    My site looks very similar to this one:

    https://www.jillij.com/wordpress-theme/

    Thread Starter JG99

    (@jg99)

    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 top value 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

    Thread Starter JG99

    (@jg99)

    Thank you for trying to help me.

    So you’re saying I should change

    top: 180px

    to

    top: 0px

    Is that correct?

    Thread Starter JG99

    (@jg99)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help modifying header menu’ is closed to new replies.