Title: creativetouch's Replies | WordPress.org

---

# creativetouch

  [  ](https://wordpress.org/support/users/creativetouch/)

 *   [Profile](https://wordpress.org/support/users/creativetouch/)
 *   [Topics Started](https://wordpress.org/support/users/creativetouch/topics/)
 *   [Replies Created](https://wordpress.org/support/users/creativetouch/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/creativetouch/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/creativetouch/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/creativetouch/engagements/)
 *   [Favorites](https://wordpress.org/support/users/creativetouch/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TwentyTwenty] Center images?](https://wordpress.org/support/topic/center-images-16/)
 *  [creativetouch](https://wordpress.org/support/users/creativetouch/)
 * (@creativetouch)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/center-images-16/#post-7060856)
 * See this topic. I think it might be what you need. 🙂
 * [https://wordpress.org/support/topic/slider-position-from-shortcode?replies=4](https://wordpress.org/support/topic/slider-position-from-shortcode?replies=4)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TwentyTwenty] Slider position from shortcode?](https://wordpress.org/support/topic/slider-position-from-shortcode/)
 *  [creativetouch](https://wordpress.org/support/users/creativetouch/)
 * (@creativetouch)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-position-from-shortcode/#post-7007723)
 * Being married to a developer is awesome. This fix will make the slider auto-centered
   everywhere. So with this php edit, you will still not have control over changing
   the alignment should you want the slider left or right aligned.
 * On you Dashboard go down to Plugins > Editor. Use the top right dropdown box 
   to set “Select plugin to edit:” to TwentyTwenty. Below this dropdown you should
   see a list of php files. Select “twentytwenty/public/class-twentytwenty.php”.
 * If you scroll to the very bottom of the file you should see this line of code:
   `
   return '<div class="twentytwenty" class="twentytwenty-container" style="display:
   none; max-width: 100%; width: ' . $width . '; height: ' . $height . '">' . $images_code.`
 * and change that one line to:
    `return '<div class="twentytwenty" class="twentytwenty-
   container" style="margin: 0 auto; display: none; max-width: 100%; width: ' . 
   $width . '; height: ' . $height . '">' . $images_code .`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TwentyTwenty] Slider position from shortcode?](https://wordpress.org/support/topic/slider-position-from-shortcode/)
 *  [creativetouch](https://wordpress.org/support/users/creativetouch/)
 * (@creativetouch)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/slider-position-from-shortcode/#post-7007722)
 * I would also like to know if center aligning the slider is possible. It looks
   off on the page and really detracts from the appearance of this otherwise gorgeous
   slider. Shame.
 * [http://ericashapland.com/portfolio/underwater-diving-photo-corrections/](http://ericashapland.com/portfolio/underwater-diving-photo-corrections/)
 * I’d love to hear from someone, if there is a shortcode, CSS or php fix for this.
 * Thank you,
    Erica

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