Title: Positioning image
Last modified: August 21, 2016

---

# Positioning image

 *  Resolved [lubsmith](https://wordpress.org/support/users/lubsmith/)
 * (@lubsmith)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/positioning-image/)
 * I just installed the plug-in and set the slider size to 950 x 300 and then uploaded
   three images of the same size. Rather than filling the entire slider area, there
   is a white margin/border on the far right side.
 * What I’d like to do is either eliminate that white margin OR put a narrow white
   border around the entire image. Are these things I’d need to handle in the CSS,
   or is it easily handled by upgrading to the premium plug-in?
 * Sorry if I’ve missed this somewhere. Appreciate your help.
 * Thanks!
 * [http://wordpress.org/extend/plugins/soliloquy-lite/](http://wordpress.org/extend/plugins/soliloquy-lite/)

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

 *  [Thomas Griffin](https://wordpress.org/support/users/griffinjt/)
 * (@griffinjt)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885548)
 * Can you send a link to the site so I can debug?
 *  [scarlinsjc](https://wordpress.org/support/users/scarlinsjc/)
 * (@scarlinsjc)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885585)
 * How do you do this?!!!
 *  [escobara](https://wordpress.org/support/users/escobara/)
 * (@escobara)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885598)
 * Try adding this to your style.css (custom.css if working with a theme);
 *     ```
       /*For Soliloquy Lite*/
       .flex-container {
         margin: 0 auto !important;
       }
   
       .soliloquy-container{
       margin: 0 auto !important;
       }
       ```
   
 *  Thread Starter [lubsmith](https://wordpress.org/support/users/lubsmith/)
 * (@lubsmith)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885600)
 * Sorry, I missed your email Thomas. Here’s the link to the site:
 * [http://www.juliesmithcoaching.com/](http://www.juliesmithcoaching.com/)
 * Thanks!
    Julie
 *  Thread Starter [lubsmith](https://wordpress.org/support/users/lubsmith/)
 * (@lubsmith)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885601)
 * Escobara, I inserted your code into the css, and that certainly centered the 
   image on the slider. Thanks!
 * In your opinion, though, should I have the image filling the entire slider with
   no white margin on either side? Would that look better, and how would I do that?
 * Thanks!
    Julie
 *  [Thomas Griffin](https://wordpress.org/support/users/griffinjt/)
 * (@griffinjt)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885605)
 * It’s whatever you feel like looks best, although I think making the images 960px
   to fill the width of the widget would look best. 🙂
 *  Thread Starter [lubsmith](https://wordpress.org/support/users/lubsmith/)
 * (@lubsmith)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885606)
 * Ok, but I had set the slider size to be 950 x 300. Shouldn’t the 950 x 300 pixel
   image fill that entire area now?
 * ALSO, (sorry if this needs a separate thread) this message has cropped up in 
   my header:
 * “The slider ID you entered is not valid. Please check to make sure you entered
   it correctly.”
 * I am, in fact, using the correct slider ID in the slider widget box. Not sure
   how to get rid of this.
 * Thanks!
    Julie
 *  [Thomas Griffin](https://wordpress.org/support/users/griffinjt/)
 * (@griffinjt)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885607)
 * It did fill the entire slider area, but the container holding the slider (the
   widget area) is 960 pixels, not 950.
 * It looks like you have an extra widget in the header. See if that is the case
   and remove it if necessary.
 *  Thread Starter [lubsmith](https://wordpress.org/support/users/lubsmith/)
 * (@lubsmith)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885609)
 * Thanks, I understand about the slider size now.
 * As for the header, the only widget there is the “header right” widget and the
   only thing in that widget is the navigation menu. There is no shortcode, there,
   for a slider. Any other thoughts?
 * I did a Google search on this “ID not valid” message and found another instance
   of it, but the thread I found was closed without giving a resolution because 
   the user had solved it. Any other suggestions you have would be appreciated.
 * Thanks,
    Julie
 *  [Thomas Griffin](https://wordpress.org/support/users/griffinjt/)
 * (@griffinjt)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885610)
 * I’m not really sure what the issue could be. Have you place any other sliders
   in your theme code? It is somewhere inside the header. Have you checked your 
   functions.php file to ensure there is no other template tag or shortcode? Just
   do a search for “soliloquy” in the file to find the extra code.

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

The topic ‘Positioning image’ is closed to new replies.

 * ![](https://ps.w.org/soliloquy-lite/assets/icon-256x256.png?rev=979373)
 * [Slider by Soliloquy - Responsive Image Slider for WordPress](https://wordpress.org/plugins/soliloquy-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/soliloquy-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/soliloquy-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/soliloquy-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/soliloquy-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/soliloquy-lite/reviews/)

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)

 * 10 replies
 * 4 participants
 * Last reply from: [Thomas Griffin](https://wordpress.org/support/users/griffinjt/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/positioning-image/#post-3885610)
 * Status: resolved