• Hi,

    I am digging into Twenty Ten theme and I am finding a lot of new stuff.
    For example. The way that the layout is structured is completely new for me. Why is so complicated? Why don’t just create something like this?

    #content {
    float: left;
    overflow: hidden;
    width: 740px;
    }
    #sidebar {
    float: right;
    overflow: hidden;
    width: 220px
    }

    Can someone help me understand this theme?

  • The topic ‘Twenty ten structure’ is closed to new replies.