Home › Forums › CSS › wordpress widget styles › Re: wordpress widget styles
May 4, 2012 at 8:38 am
#102307
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' => '
',
));