Title: uefipython's Replies | WordPress.org

---

# uefipython

  [  ](https://wordpress.org/support/users/uefipython/)

 *   [Profile](https://wordpress.org/support/users/uefipython/)
 *   [Topics Started](https://wordpress.org/support/users/uefipython/topics/)
 *   [Replies Created](https://wordpress.org/support/users/uefipython/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/uefipython/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/uefipython/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/uefipython/engagements/)
 *   [Favorites](https://wordpress.org/support/users/uefipython/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [artefact in sidebar if wiget list is longer than main area](https://wordpress.org/support/topic/artefact-in-sidebar-if-wiget-list-is-longer-than-main-area/)
 *  Thread Starter [uefipython](https://wordpress.org/support/users/uefipython/)
 * (@uefipython)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/artefact-in-sidebar-if-wiget-list-is-longer-than-main-area/#post-3170639)
 * Found a workaround. Setting the variable ‘min-height’ in the array ‘#content’
   of style.css to the length of the current sidebar.
 *     ```
       #content {
       	margin: 0 34% 0 7.6%;
       	width: 58.4%;
       /* 121107 hb	workarround for missing length synchronization */
       	min-height: 750px;
       }
       ```
   
 * ‘Faux columns’ (setting a background image in the colour of the #content area)
   would have helped as well.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [artefact in sidebar if wiget list is longer than main area](https://wordpress.org/support/topic/artefact-in-sidebar-if-wiget-list-is-longer-than-main-area/)
 *  Thread Starter [uefipython](https://wordpress.org/support/users/uefipython/)
 * (@uefipython)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/artefact-in-sidebar-if-wiget-list-is-longer-than-main-area/#post-3170625)
 * hmm…
 * I spent some hours and reviewed the code in order to find differences between
   this version and the original. There are not so many differences. Most of them
   are related to the change of template version from 1.2. There is no area, where
   a sidebar is manually generated out of the style.css entry `#sidebar`. So for
   me it looks like, that this is a legacy way to create a sidebar.
 * Can someone help me with the syntax to create this sidebar in the expected way
   and in which file to place the code? (e.g. function.php?)
 * Thanx, Hermann
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [artefact in sidebar if wiget list is longer than main area](https://wordpress.org/support/topic/artefact-in-sidebar-if-wiget-list-is-longer-than-main-area/)
 *  Thread Starter [uefipython](https://wordpress.org/support/users/uefipython/)
 * (@uefipython)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/artefact-in-sidebar-if-wiget-list-is-longer-than-main-area/#post-3170608)
 * I have to admit that I inherited the page maintenance. I have also to admit that
   I’m not very familar with wordpress – so some questions might be stupid. There’s
   a section “#sidebar” in the style.css which I can’t find in the origin theme.
   Did you refer to this one to be adapted?
 *     ```
       #sidebar {
       	width: 202px;
       	float: right;
       	padding: 17px;
       }
       ```
   

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