Title: Bones Theme &#8211; positioning problem
Last modified: August 20, 2016

---

# Bones Theme – positioning problem

 *  Resolved [netes](https://wordpress.org/support/users/netes/)
 * (@netes)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bones-theme-positioning-problem/)
 * Hi,
    I’ve got weird issue with Fancybox used with Bones theme. When I click on
   thumbnail it pops up, but right nav controls are not properly positioned and 
   when I click them, next image moves a little bit. You can see that here: [http://dakta.com.pl/realizacje/](http://dakta.com.pl/realizacje/)
   I have no idea what’s the problem. Could you please help me?
 * [http://wordpress.org/extend/plugins/easy-fancybox/](http://wordpress.org/extend/plugins/easy-fancybox/)

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

 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bones-theme-positioning-problem/#post-3441238)
 * A strange effect. It is caused by the following rule that is in your themes style.
   css file.
 *     ```
       * {
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
       }
       ```
   
 * Not sure why that rule is there but if you replace that
    `* {` with `#container*{`
   the rule will still apply to all theme content but not to fancybox anymore…
 *  Thread Starter [netes](https://wordpress.org/support/users/netes/)
 * (@netes)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bones-theme-positioning-problem/#post-3441305)
 * Thanks! Works like a charm now.

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

The topic ‘Bones Theme – positioning problem’ is closed to new replies.

 * ![](https://ps.w.org/easy-fancybox/assets/icon-256x256.png?rev=3188201)
 * [Firelight Lightbox](https://wordpress.org/plugins/easy-fancybox/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-fancybox/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-fancybox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-fancybox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-fancybox/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [netes](https://wordpress.org/support/users/netes/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/bones-theme-positioning-problem/#post-3441305)
 * Status: resolved