Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: Alignment of theme

    well… I’m not sure what all you have modded on the theme. That change works on the blue by you that I downloaded and when I open your site in firefox with extension CSS Edit, it strips some of your images and formatting and then looks OK.

    I’m fairly new to this CSS stuff, it’s probably easier for you to trace your steps back on the mods you’ve made.

    Good Luck

    Forum: Fixing WordPress
    In reply to: Alignment of theme

    I just casually took a look…

    cursor down past:
    /* ———- End mainnav ———————– */

    until you find:

    #left {
    float:left;
    width: 540px;
    /* position-top: 0;
    position-left: 0; */
    }

    and change the 540 to 640 to accomodate your 100 pixel increase. Should work.

    Thread Starter gruvsyco

    (@gruvsyco)

    Just a little update… I can get the sidebar “stuck” to the right hand side of my centered, 800px wide page. One way using relative positioning and the other using float but, in both cases the sidebar sits very low on the page and does not align to the top.

    Here are the lines with the relative postioning commented out:

    #menu {
    float: right;
    background: white;
    border: solid 2px black;
    padding: 20px 0 10px 30px;
    /*position: relative;
    left: 620px;
    top: 0px;*/
    width: 11em;
    }

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