Title: Need some help with widgets
Last modified: August 21, 2016

---

# Need some help with widgets

 *  [JJaramillo824](https://wordpress.org/support/users/jjaramillo824/)
 * (@jjaramillo824)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-some-help-with-widgets/)
 * I’m trying to add widgets to the content area of my website. The theme has 3 
   columns, 2 for posts and a sidebar for widgets. I was able to add widgets to 
   the post/content area, but the problem is the widgets occupy 2 columns instead
   of 1. How can i fix that?
 * These are the codes I used:
 * -This one on functions:
 *     ```
       if ( function_exists('register_sidebar') )
       	register_sidebar(array(
       'name'=>'Widget Pagina 1',
       	'before_widget' => '<liclass="widget">',
       	'after_widget' => '</li>',
       	'before_title' => '<h3 class="widgettitle">',
       	'after_title' => '</h3>',
         ));
       ```
   
 * -This one in index:
 *     ```
       <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Widget Pagina 1') ) : ?>;
       	   <?php endif; ?>
       ```
   
 * The website is: palcodeportivo.com.ve
 * Thanks.

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

 *  [Siva S](https://wordpress.org/support/users/mrsivas/)
 * (@mrsivas)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-some-help-with-widgets/#post-3933603)
 * i’m unable to find the widgets that occupy two rows in your website
 * `<liclass="widget">`
 * check the old code
 * `<li class="widget">`
 *  [Siva S](https://wordpress.org/support/users/mrsivas/)
 * (@mrsivas)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-some-help-with-widgets/#post-3933605)
 * check you style.css
 * widget size may be 100% width
 *  Thread Starter [JJaramillo824](https://wordpress.org/support/users/jjaramillo824/)
 * (@jjaramillo824)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-some-help-with-widgets/#post-3933625)
 * I deleted the widget, i’ll check that. Thanks.

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

The topic ‘Need some help with widgets’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [JJaramillo824](https://wordpress.org/support/users/jjaramillo824/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/need-some-help-with-widgets/#post-3933625)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
