Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS wordpress widget styles Re: wordpress widget styles

#102307
johnjf
Member

the middle widget is still overlapping my right widget. here is what I have in my functions. Do I need to edit this and add the css styles to fix it?

if ( function_exists('register_sidebar') ) {
register_sidebar(array('name'=>'sidebar1',
'before_widget' => '
  • ',
    'after_widget' => '
  • ',
    'before_title' => '

    ',
    'after_title' => '

    ',
    ));