Header above menu?

  • Unknown's avatar

    Ok hello

    Im currently having an issue trying to get my header above the menu.

    Iv looked and googled around and apparently iv gotta edit the html. but for the life of me i dont see anywhere where i can INPUT the html to be able to edit it.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    hi, if it is and image you want to get over the menu all you have to do is go to your dashboard and click appearances then there should be an option to change the header image if your need more help contact me on (email visible only to moderators and staff) and check out my blog fateenproduction.wordpress.com

  • Unknown's avatar

    iv changed the header to my custom header

    but im not able to put it above the menu

  • Unknown's avatar

    I wanna say about this. I am not a better blogger but I think I can solve that problem. Header image is under appearances
    you have to go appearance and click header . And yo u will see …………………………………….thank.

  • Unknown's avatar

    but for the life of me i dont see anywhere where i can INPUT the html to be able to edit it.

    Things are a little different at WordPress.com. Here, the Custom Design upgrade gives the option to add or replace CSS to change the appearance of a theme. However, WordPress.com does not give you the option to modify theme HTML. You can move things around using CSS though, and it seems to me that will work just fine for this case.

    To move the header image in the Misty Lake theme above the main menu, try adding this to your Appearance → Custom Design → CSS editor:

    hgroup {
    	display: block;
    	padding-bottom: 120px;
    }
    
    .header-image a {
    	position: absolute;
    	left: 0;
    	top: -180px;
    }
  • The topic ‘Header above menu?’ is closed to new replies.