Title: Shuttershot Theme Prob
Last modified: August 21, 2016

---

# Shuttershot Theme Prob

 *  Resolved [pctekk](https://wordpress.org/support/users/pctekk/)
 * (@pctekk)
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/)
 * Hi all,
 * Please see page [http://martinbrunt.co.uk/portfolio/](http://martinbrunt.co.uk/portfolio/)
   then click on any photo – notice the navigation bar goes over the top of the 
   photo? This makes the photo look a bit odd.
 * Could anyone be so kind as to help me to fix this?
 * Many thanks for your help!
    Martin

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729057)
 * Do you have a section of the dashboard named, “Custom CSS” or “Edit CSS”?
 *  Thread Starter [pctekk](https://wordpress.org/support/users/pctekk/)
 * (@pctekk)
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729058)
 * Yep…
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729060)
 * In that section, add this:
 *     ```
       #jquery-overlay {
        z-index: 200;
       } 
   
       #jquery-lightbox {
        z-index: 201;
       }
       ```
   
 *  Thread Starter [pctekk](https://wordpress.org/support/users/pctekk/)
 * (@pctekk)
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729062)
 * Tried that – doesnt work, sorry :S
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729066)
 * I did ask whether you had a Custom CSS section or Edit CSS.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729069)
 * Install this [Custom CSS Manager plugin](http://wordpress.org/extend/plugins/custom-css-manager-plugin/)
   and use [its section of the dashboard](http://.wordpress.org/extend/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications.
 * **Edit:** Link amended.
 *  Thread Starter [pctekk](https://wordpress.org/support/users/pctekk/)
 * (@pctekk)
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729071)
 * ah sorry – i just put your css into the main style.css in appearance – editor
 *  Thread Starter [pctekk](https://wordpress.org/support/users/pctekk/)
 * (@pctekk)
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729152)
 * Ok i downloaded the custom css manager (although im not sure why putting my css
   in there rather than the main css should change things??) and it still doesnt
   work :s
 * thanks!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729153)
 * Unfortunately you’re going to have to use `!important` on your styles because
   the fancybox CSS is loaded after your CSS and overrides it.
 * Use:
 *     ```
       #jquery-overlay {
        z-index: 200 !important;
       } 
   
       #jquery-lightbox {
        z-index: 201 !important;
       }
       ```
   
 * When your Shuttershot theme updates (assuming that’s what you’re using), it’ll
   overwrite your CSS modifications if you’ve made them to the theme’s files. The
   Custom CSS Manager is a plugin and therefore is not affected by theme updates.
   It is also loaded after your main stylesheet and helps override styles.
 *  Thread Starter [pctekk](https://wordpress.org/support/users/pctekk/)
 * (@pctekk)
 * [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729155)
 * Ah i understand what the plug in does now then, thanks!
 * And perfect that works!
 * Thanks!

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

The topic ‘Shuttershot Theme Prob’ is closed to new replies.

 * 10 replies
 * 2 participants
 * Last reply from: [pctekk](https://wordpress.org/support/users/pctekk/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/shuttershot-theme-prob/#post-3729155)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
