Title: Image overlaping
Last modified: October 1, 2016

---

# Image overlaping

 *  Resolved [nattykoo](https://wordpress.org/support/users/nattykoo/)
 * (@nattykoo)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/image-overlaping/)
 * Hello there!
 * I have the dazzling theme and I am using the sidebar in widgets to add 2 separate
   images and they are overlapping when they show up on the website. Would you have
   any ideas?
 * Ex. [http://www.femininespace.com/category/podcast/](http://www.femininespace.com/category/podcast/)
    -  This topic was modified 9 years, 7 months ago by [nattykoo](https://wordpress.org/support/users/nattykoo/).

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

 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/image-overlaping/#post-8242328)
 * Hello!
    This is pure CSS problem: widget conteiner height is 0px! It’s just not
   seen in none-fixed mode. Add `overflow: hidden` property to `.widget` class:
 *     ```
       .widget {
           margin: 0 0 1.5em;
           overflow: hidden;
       }
       ```
   
 *  Thread Starter [nattykoo](https://wordpress.org/support/users/nattykoo/)
 * (@nattykoo)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/image-overlaping/#post-8242362)
 * Hi Max, sorry, I’m a total non-techie. Where should I add the code .widget {
   
   margin: 0 0 1.5em; overflow: hidden; }?
 *  Thread Starter [nattykoo](https://wordpress.org/support/users/nattykoo/)
 * (@nattykoo)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/image-overlaping/#post-8242378)
 * Nevermind! I found it and it worked. 🙂 thanks so much!
 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/image-overlaping/#post-8242391)
 * Good work! )

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

The topic ‘Image overlaping’ is closed to new replies.

 * ![](https://ps.w.org/q2w3-fixed-widget/assets/icon-256x256.png?rev=2384479)
 * [Fixed Widget and Sticky Elements for WordPress](https://wordpress.org/plugins/q2w3-fixed-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/q2w3-fixed-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/q2w3-fixed-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/q2w3-fixed-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/q2w3-fixed-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/q2w3-fixed-widget/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Max Bond](https://wordpress.org/support/users/max-bond/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/image-overlaping/#post-8242391)
 * Status: resolved