Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Iseult13

    (@iseult13)

    Here’s one other change I made to margins also in the CSS Stylesheet:

    LAYOUT: Two columns
    DESCRIPTION: Two-column fixed layout with one sidebar right of content
    */

    #container {
    margin-left: 200px;
    margin-right: 60px;

    Thread Starter Iseult13

    (@iseult13)

    Well, whatever I did it seems to be working and I did not set up a separate child theme. I’ll tell you in steps.
    First make sure you copy and paste each original theme style sheet as a .doc file. This way if something happens you can just return to the original theme style sheets.
    Go to Appearance – Editor

    In the RTL Stylesheet I changed the content width as follows:

    LAYOUT: Two-Column (Right)
    DESCRIPTION: Two-column fixed layout with one sidebar right of content
    */

    #container {
    float: right;
    margin: 0 0 0 -760px;
    }
    #content {
    margin: 0 20px 20px 750px;
    }

    Also, IN THE CSS StyleSheet I deleted Sidebar 2 references and also made the following change for width:

    LAYOUT: One column, no sidebar
    DESCRIPTION: One centered column with no sidebar
    */

    .one-column #content {
    margin: 0 auto;
    width: 750px;
    }

    Hope this helps! Let me know.

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