• Resolved ddelfel

    (@ddelfel)


    I’m trying to add a button to the header. My branding image is 2 images. When I try to place the image the header bounces out of its place. I have tried position=absolute.

    Any other ideas?

    Here is the site:

    lghwpmodelb.net

Viewing 2 replies - 1 through 2 (of 2 total)
  • Fabiana

    (@fabianapsimoes)

    Give this a try >> Move the div “header_icons” to within the div “page” and add the following CSS:

    #header_icons {
    float: none;
    margin-left: 720px;
    margin-top: 10px;
    position: absolute;
    }
    
    #branding {
    z-index: 1;
    }
    Thread Starter ddelfel

    (@ddelfel)

    fabianapsimoes!!!

    Beautiful! Thanks for the help! Your genius!

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

The topic ‘Button in branding image header?’ is closed to new replies.