• Hello ??
    I’m very new to WP and I used the WP Theme Generator..but I’m wondering how to align the item and sidebar below the image, instead of over it. I’m also wondering how to resize them and position them wherever I want on the page. I tried using the “position: absolute; top: 0px; left: 0px” codes, but they don’t work.

    HERE is my blog.

    Any help would be appreciated!

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

    In your stylesheet style.css find this on line 101

    #hd {
    padding-bottom:24px;
    padding-top:24px;
    text-align:center;
    }

    add this line between the brackets
    margin-top:600px;

    Thread Starter redx00xstar

    (@redx00xstar)

    Thanks stvwlf! It worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with aligning item and sidebar’ is closed to new replies.