Title: deactivate aligncenter
Last modified: August 31, 2018

---

# deactivate aligncenter

 *  [airdrummer](https://wordpress.org/support/users/airdrummer/)
 * (@airdrummer)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/deactivate-aligncenter/)
 * i just ran into this problem:
    [https://wordpress.org/support/topic/deactivate-aligncenter-js-for-images/](https://wordpress.org/support/topic/deactivate-aligncenter-js-for-images/)
   and solved it by adding
 *     ```
       .alignright {
       	float: right!important;
       }
       ```
   
 * to custom css
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdeactivate-aligncenter%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [WPtouch](https://wordpress.org/support/users/wptouch/)
 * (@wptouch)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/deactivate-aligncenter/#post-10644718)
 * Hi,
 * Images over a certain size will be center aligned. Otherwise you may have an 
   image right aligned, with text on the left, but the text will have to _squeeze_
   between the image and the edge of the display.
 * If you’re keen on right-aligning the image, I would recommend decreasing its 
   size with CSS. To apply this only that page, try:
 *     ```
       .page-id-4121 .post-page-content img.aligncenter {
       width: 100px !important;
       height: auto !important;
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘deactivate aligncenter’ is closed to new replies.

 * ![](https://ps.w.org/wptouch/assets/icon-256x256.png?rev=1313960)
 * [WPtouch - Make your WordPress Website Mobile-Friendly](https://wordpress.org/plugins/wptouch/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wptouch/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wptouch/)
 * [Active Topics](https://wordpress.org/support/plugin/wptouch/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wptouch/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wptouch/reviews/)

## Tags

 * [aligncenter](https://wordpress.org/support/topic-tag/aligncenter/)
 * [WP Touch](https://wordpress.org/support/topic-tag/wp-touch/)

 * 1 reply
 * 2 participants
 * Last reply from: [WPtouch](https://wordpress.org/support/users/wptouch/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/deactivate-aligncenter/#post-10644718)
 * Status: not a support question