Title: wrong css?
Last modified: August 30, 2016

---

# wrong css?

 *  Resolved [peekaa](https://wordpress.org/support/users/peekaa/)
 * (@peekaa)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-css-1/)
 * in 4.4 the widgets are not correctly aligned – left border is hidden over the
   left line, see [http://prntscr.com/9cgyut](http://prntscr.com/9cgyut).
 * Thank you.
 * [https://wordpress.org/plugins/simple-links/](https://wordpress.org/plugins/simple-links/)

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

 *  Plugin Author [Mat Lipe](https://wordpress.org/support/users/mat-lipe/)
 * (@mat-lipe)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-css-1/#post-6834711)
 * Hello,
 * The position of the links is controlled by your theme. This plugin does not include
   any CSS for the link lists.
 * If you would like to post a link to where this is showing up incorrectly I may
   be able to give you some pointers to fix your theme’s css.
 * Cheers.
 *  Thread Starter [peekaa](https://wordpress.org/support/users/peekaa/)
 * (@peekaa)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-css-1/#post-6834718)
 * It would be really helpfull. [http://prntscr.com/9ci6ep](http://prntscr.com/9ci6ep)
 *  Plugin Author [Mat Lipe](https://wordpress.org/support/users/mat-lipe/)
 * (@mat-lipe)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-css-1/#post-6834727)
 * I found there is some floating issues.
 * Line 625 of themes/meeta/style.css
 * Change to this to fix
 *     ```
       #sidebar {
           /* float: right; */
           width: 355px;
           overflow: hidden;
           padding-top: 30px;
           border-left: 1px solid #ebebeb;
           margin-left: -1px;
       }
       ```
   
 * Hope this helps!
 *  Thread Starter [peekaa](https://wordpress.org/support/users/peekaa/)
 * (@peekaa)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-css-1/#post-6834762)
 * Yes, thanks a lot! Moreover I deleted _border-left: 1px solid #ebebeb;_ (the 
   was a line left).

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

The topic ‘wrong css?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-links_3d6e81.svg)
 * [Simple Links](https://wordpress.org/plugins/simple-links/)
 * [Support Threads](https://wordpress.org/support/plugin/simple-links/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-links/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [peekaa](https://wordpress.org/support/users/peekaa/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/wrong-css-1/#post-6834762)
 * Status: resolved