Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Dilbertfan

    (@dilbertfan)

    Thank you alchymyth, Weaver looked very nice and possibly a theme I could use. But I would like all the links to appear in the left sidebar, is this possible without too much fiddleing with the code?

    what is to appear in which sidebar should be adjustable with the widgets under dashboard – appearance – widgets

    try to ‘play’ with the theme and settings …

    sooner or later, you will need to get familier with ‘fiddleing with the code’ if you want to continue customising themes.

    yes u just have to go to your style.css (line 185)
    and instead of float:right
    change it to float:left
    and that is it

    copy and paste and replace

    #container {
    float: right;
    margin: 0px -240px 4px 0px;
    width: 100%;
    }

    as such i dont recommend editing the main files — best option is to create a child theme though (but since u dont want to do code 😛 use the method above 🙂 )

    Thread Starter Dilbertfan

    (@dilbertfan)

    Thanks alchymyth, thanks Robin.

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

The topic ‘Change theme from Twentyten’ is closed to new replies.