Viewing 2 replies - 1 through 2 (of 2 total)
  • open your theme’s style.css document, then edit the following width property:

    div.sides {
    float: left;
    overflow: hidden;
    padding-top: 20px;
    width: 190px;
    }

    Thread Starter irta

    (@irta)

    I tried what you advised, but no changes at all.

    When I change width in code below, text I put on sidebar see sidebar wider, but some of this dissappears from screen (on right sidebar – sidebar is still the same, but text thinks is wider)

    #sidebar ul, #sidebar2 ul {
    list-style: none;
    width: 175px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Green Apples] Width of sidebars’ is closed to new replies.