Viewing 3 replies - 1 through 3 (of 3 total)
  • It should be the third option.

    Thread Starter ComicsEnglish

    (@comicsenglish)

    Thanks, somehow I hadn’t realized that …

    Do you know if it’s possible to have the size of the left column below 20%? I find it a bit too wide, but it doesn’t seem to allow me to go below 20%.

    This needs to be edited in the css. Notice the bold width area.

    #primary, #secondary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #EEEEEE -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none dashed none none;
    border-width: medium 1px medium medium;
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 20px;
    width: 20%;
    }

    Make sure you use a child theme to edit your css if your theme does not have a place for custom css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to go back to only 2 column instead of 3?’ is closed to new replies.