• When using any bar plugin (Admin Bar or Buddy Press) my header_bg.jpg is being moved from its original spot.

    It should look like this below

    http://bayimg.com/image/calheaacb.jpg

    But instead looks like crap like below

    http://bayimg.com/image/calhfaacb.jpg

    My Stylesheet is laying out the image like this.

    */ 
    
    #wrapp {
    	width: 970px;
    	margin: 0px auto;
    	background-image: url('images/header_bg.jpg');
    	background-repeat: no-repeat;
    	background-position: right top;
    }
    
    /*

    I assume the problem lies within that code. Or am I off base here? Any clue on how to fix this?

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘header_bg.jpg moved when using admin bar or buddypress’ is closed to new replies.