• moddtaco

    (@moddtaco)


    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

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

    But instead looks like crap like below

    https://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)
  • esmi

    (@esmi)

    There’s nothing wrong with that CSS snippet but there could be other issues in the stylesheet or vlaidation errors in the markup that are causing problems.

    Thread Starter moddtaco

    (@moddtaco)

    Need the entire stylesheet? Should I post it here?

    esmi

    (@esmi)

    No but a link to your site would help.

    Thread Starter moddtaco

    (@moddtaco)

    esmi

    (@esmi)

    You’ve got some validation errors in your page content area but nothing that should be impacting on your header. My guess is that you need to adjust your css when using one of the plugins to shift the #wrapp down. It’s hard to come up with a specific solution without seeing the plugin bar in position.

    Thread Starter moddtaco

    (@moddtaco)

    Plugin bar enabled for the next bit.

    esmi

    (@esmi)

    Well, the good news is that there are absolutely no changes in the display if you’re not logged in. :-/

    Thread Starter moddtaco

    (@moddtaco)

    That’s true. It just looks like it does in the picture.

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.