• Larion476

    (@larion476)


    I just installed template Twenty Ten.
    The RHS widgets appear at the bottom after the articles.

    Where ca I change the font of the widgets

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    the RH column misplacement is caused by some coding error in the content of the ‘Pastel’ post; you see the same error when going directly that post … might be a missing </div> in the content?

    the widget font can be set with CSS in ‘Additional CSS’;

    example for the links in the widgets:
    .widget-area a:link { font-family: verdana, ariel, 'sans serif'; }

    example for the widget titles:
    h3.widget-title { font-family: Times, serif; }

    Thread Starter Larion476

    (@larion476)

    Super, thank you very much. It was actually a missing DIV.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RH column misplaced on Home Page’ is closed to new replies.