Title: [Plugin: WP Splash Image] PLEASE HELP: Cannot Center Splash
Last modified: August 20, 2016

---

# [Plugin: WP Splash Image] PLEASE HELP: Cannot Center Splash

 *  Resolved [nikiaabner](https://wordpress.org/support/users/nikiaabner/)
 * (@nikiaabner)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-splash-image-please-help-cannot-center-splash/)
 * I have tried and tried and I cannot get this to center my splash. It only shows
   on the left side. what can I do to fix this. I believe if i change the:
 * _[ Moderator Note: Please post code or markup snippets between backticks or use
   the code button. ]_
 *     ```
       <div id="miesSPLASH" style="text-align: center; color: rgb(255, 255, 255); margin-top: 15px; height: 580px; width: 980px; position: fixed; z-index: 10000; top: 45.7px; display: block;" class="simple_overlay"><a></a>
       </div>
       ```
   
 * to:
 *     ```
       <div id="miesSPLASH" style="text-align: center; color: rgb(255, 255, 255); margin-top: 15px; height: 580px; width: 980px; z-index: 10000; display: none; top: -4940px; position: relative;" class="simple_overlay"><a></a>
       </div>
       ```
   
 * according to firebug…. but I do not know where to find this in the code… PLEASE
   HELP….
 * View at [http://www.RuthlessBlogs.com](http://www.RuthlessBlogs.com)
 * [http://wordpress.org/extend/plugins/wsi/](http://wordpress.org/extend/plugins/wsi/)

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

 *  Plugin Author [ben-barbier](https://wordpress.org/support/users/agent022/)
 * (@agent022)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-splash-image-please-help-cannot-center-splash/#post-3082535)
 * Hello,
 * I’ve see the problem on your site but I haven’t any solution for you for the 
   moment…
    If you want to change the CSS, it is in the file “wsi/wsi/front/splash/
   content.inc.php” like this (on the bottom of the file) :
 *     ```
       <script type="text/javascript">
       $j(document).ready(function () {
       	$j('#miesSPLASH').css('text-align','center');
       	...
       });
       </script>
       ```
   
 * I want to fix your problem by a best way…
    Could you sent your theme to me (benjamin.
   barbier@dark-sides.com), I’ll check what is the problem.
 * Tkx for your message.
 * ++
 *  Thread Starter [nikiaabner](https://wordpress.org/support/users/nikiaabner/)
 * (@nikiaabner)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-splash-image-please-help-cannot-center-splash/#post-3082551)
 * Hello, I sent the theme to you…thanks so much for your help….keep the updates
   coming it’s awesome!!!
 *  Plugin Author [ben-barbier](https://wordpress.org/support/users/agent022/)
 * (@agent022)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-splash-image-please-help-cannot-center-splash/#post-3082605)
 * Hello,
 * I’ve find the problem and it is not directly your theme…
    The problem is the 
   version of JQuery what is used. My plugin is OK with JQuery 1.7.2 (the default
   wordpress version) but it put the splashscreen at left with jquery 1.8.2 (the
   version include in your theme).
 * I’m currently working to the fix.
 * Tkx for your informations.
 * ++
 *  Thread Starter [nikiaabner](https://wordpress.org/support/users/nikiaabner/)
 * (@nikiaabner)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-splash-image-please-help-cannot-center-splash/#post-3082646)
 * Thanks!!! I’ll be looking forward to the update. I’m glad you found the issue.
 *  Plugin Author [ben-barbier](https://wordpress.org/support/users/agent022/)
 * (@agent022)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-splash-image-please-help-cannot-center-splash/#post-3082649)
 * Hello,
 * I’ve fix your problem 😉
    We have just to download the new version (2.6.1). Now,
   I integrate my own version of JQuery (1.7.2).
 * Don’t forget to rate my plugin on wordpress.org (I get paid with stars ^^)
 * ++
 *  Thread Starter [nikiaabner](https://wordpress.org/support/users/nikiaabner/)
 * (@nikiaabner)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-splash-image-please-help-cannot-center-splash/#post-3082653)
 * Great Work!!!! Thanks I gave 5 stars!! I love the plugin!!

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

The topic ‘[Plugin: WP Splash Image] PLEASE HELP: Cannot Center Splash’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wsi_ffffff.svg)
 * [WP Splash Image](https://wordpress.org/plugins/wsi/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wsi/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wsi/)
 * [Active Topics](https://wordpress.org/support/plugin/wsi/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wsi/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wsi/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [nikiaabner](https://wordpress.org/support/users/nikiaabner/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-splash-image-please-help-cannot-center-splash/#post-3082653)
 * Status: resolved