Viewing 4 replies - 1 through 4 (of 4 total)
  • Phil

    (@owendevelopment)

    There are no footer areas in Twenty ten theme. Can you be more specific?

    Thread Starter Gogeceo

    (@gogeceo)

    the footer widget areas; first, second, third, and fourth

    Phil

    (@owendevelopment)

    link?

    Thread Starter Gogeceo

    (@gogeceo)

    georgeobriensblog.com im trying to move the ads over which are in the second footer widget area just a bit more than the popular posts which I am trying to center. this is what I am trying…

    #footer-widget-area .widget-area {
    float: left;
    margin-right: 20px;
    width: 700px;
    }
    textarea {
    font-size: 12px;
    line-height: 18px;
    }

    #footer-widget-area .first .widget-area {
    padding: 100px;

    }
    #footer-widget-area .second .widget-area {
    padding: 80px;

    }

    If I add padding to the first one I can make them all move the same distance. I have been playing around with the last two trying to get them to move but am not having any luck.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Targetting individual footer widget areas…’ is closed to new replies.