• I am trying to move the sidebar on individual posts and pages, with no luck. I was able to successfully move it on my home page, but no where else. Does anyone have any suggestions?

    Thanks in advance. You can find the blog here https://dmgtest.stangerdesigns.com/

    My coding looks like this right now

    #primary,
    #secondary {
    margin-top:-455px;
    min-height:300px;
    float: right;
    height:100%;
    width:275px;
    border-left:solid thin #CCC;
    padding-left:15px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • a large negative top margin is usually the sign of some design flaw;

    somewhere along the line of your customisations, the sidebar alignment got lost.

    I would try to retrace the customisation, starting with a new copy of style.css of Twenty Ten.

    Thread Starter redhead412

    (@redhead412)

    Thank you for the suggestion…I will take a look.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trying to move the sidebar’ is closed to new replies.