• Hi all,

    I’m having trouble positioning the bottom half image of a girl in the current theme, see what I mean here: .

    Below is the css for both the side column and her, any help would be appreciated ~` Hopefully it’s enough, as the style sheet is fairly lengthy.

    If I add the properties to the column instead, it just shifts everything hard right, but when trying t do it in the separate div for her, it doesn’t move the background image at all!

    Thanks,
    Jennifer

    `#rightcol{
    float:right;
    width:250px;
    padding:0px 0 10px 0;

    }

    #bhalf {
    height:99px;
    left:10px;
    top:200px;

    background:#393c42 url(images/bottom.jpg) top no-repeat;
    width:360px;
    margin-right: 100px;
    }’

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jennifer420

    (@jennifer420)

    I removed the:

    left:10px;
    top:200px;
    margin-right: 100px;

    Seems to work if I adjust the sidebar properties, yet the rest of it is messed up!

    Any suggestions?

    Thanks ~

    The URL for your site did not appear in your first post

    Thread Starter jennifer420

    (@jennifer420)

    Sorry, duh … Lol

    Screenshot: http://www.missjennifer.net/grrr.jpg

    even i m facing the same problem
    somehow it get aligned more towards right

    my blog is:-blog.jammuredefine.in
    dont know what wrong i had done that the position of theme changes

    u can compare it with this:-
    http://www.tandiltheme.com/

    Jennifer420, it’s going to be hard to debug this from a screenshot. You may need to load this blog on your server in a sub-directory. From your CSS, it looks like you have the bottom image declared in the header, and you are trying to push it down over the sidebar. Consider putting the bhalf div in your sidebar, then using relative positioning within the sidebar div to place it where it needs to go, I think that might be easier. You may have to use negative positioning, and you might run in to some stacking order issues, but that’s what I would try

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Positioning issue’ is closed to new replies.