Title: Styling&#8230;
Last modified: August 19, 2016

---

# Styling…

 *  [hoss9009](https://wordpress.org/support/users/hoss9009/)
 * (@hoss9009)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/styling/)
 * So I’m trying to use a flickr widget and the entire widget is in a
    `<li>`.
 * If I take the widget php code out of the
    `<ul>` that it’s in and put it in a`
   <div>`, it floats really far left.
 * Here’s my test site: [http://www.ericdmunoz.com/test](http://www.ericdmunoz.com/test)
 * Here’s my sidebar widget:
 *     ```
       <ul>
       <?php 	/* Widgetized sidebar, if you have the plugin installed. */
       		if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
       	<?php wp_list_pages('title_li=' . __('Pages:')); ?>
       	<?php wp_list_bookmarks('title_after=&title_before='); ?>
       	<?php wp_list_categories('title_li=' . __('Categories:')); ?>
       <?php endif; ?>
       </ul>
       ```
   
 * Here’s a link to the plugin I’m using:
    [http://tantannoodles.com/toolkit/photo-album/](http://tantannoodles.com/toolkit/photo-album/)
 * **Is it possible to style my widget/plugin and/or change the natural
    `<li>` 
   that it’s in?

Viewing 1 replies (of 1 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/styling/#post-1149301)
 * > Here’s my sidebar widget
 * No – that’s not your sidebar widget. That’s your sidebar.
 * > Is it possible to style my widget/plugin
 * Probably
 * > and/or change the natural
   >  -  that it’s in?
 * Possibly, if you want to edit your sidebar and/or edit the plugin code.

Viewing 1 replies (of 1 total)

The topic ‘Styling…’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 1 reply
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/styling/#post-1149301)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
