• Resolved met957

    (@met957)


    Hi, I am constructing this blog:
    http://blogwordpress.billoch.com/wordpress/

    I need the header image to be right on the top of the site, and touching the borders.

    I also need the navisgation menu be be next to the image, and all across the site. I do not want to change the site size, background image is OK,

    I am using Styles for twenty twelve for the color effects.

    I hace been browsing and trying code changes 8which i am learning now!!)

    I know i need coding, would appreciate help!!

    Thanks
    Maria

Viewing 5 replies - 1 through 5 (of 5 total)
  • Could you maybe draw what you mean on the computer and show us, becuase I am not sure I understand your explanation exactly.

    Thread Starter met957

    (@met957)

    Hi,

    This is what I have now:
    http://blogwordpress.billoch.com/wordpress/

    and this is what I woild like¨:
    http://en.support.wordpress.com/themes/custom-header-image/#jp-carousel-78190

    see, image is “wall to wall” (side to side) and nav menu as well-

    thanks for your answer!
    Maria

    Thread Starter met957

    (@met957)

    Forgive the typos-

    I would like my header image and menu to get to the border of the header container,

    thanks in advance1
    Maria

    Ok, what you will have to do is get to either your “custom CSS” area or the style.css file if you are using a Child Theme, and use the following CSS to make it look how i think you want it:

    #masthead {
      padding: 0 !important;
    }
    
    .header-image {
      margin-top: -1px !important;
    }
    
    .main-navigation {
      margin-top: -3px !important;
    }

    I’ve also added the code below should you wish to center you navigation menu:

    .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
      text-align: center !important;
    }

    Hopefully this is what you were looking for, let us know if not

    Thread Starter met957

    (@met957)

    YES!!!!! THANK YOU SOOOO MUCH!

    I am working with a Child Theme!!

    After I finish this blog, i will have time to go on reading about code!

    You are genious!

    Kindest regards and Happy Holidays!
    Maria

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘header Image in twenty twelve’ is closed to new replies.