Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    It seems that your theme sidebar settings are not properly. Please add this code in the style.css and have a check:

    img.centered
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright
    {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft
    {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright
    {
    float: right;
    }

    .alignleft
    {
    float: left;
    }

    If it does not solve the problem then replace the .img{} tags with the above code in style.css…otherwise you can contact theme designer or change the theme.

    Thanks,

    Shane G.

    Thread Starter engraphik

    (@engraphik)

    That doesn’t appear to solve the problem, what did u mean by replacing the .img{}tags ?

    You have not set the left-margin of the sidebar properly. Use Firebug and fix it.

    S.K

    Thread Starter engraphik

    (@engraphik)

    is that the ‘margin:’ under .narrowcolumn?

    its still not aligning properly.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Alignment Problems’ is closed to new replies.