Title: moving the resizer
Last modified: August 30, 2016

---

# moving the resizer

 *  [yorowe](https://wordpress.org/support/users/yorowe/)
 * (@yorowe)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/moving-the-resizer/)
 * Nice and simple. Working great in WP 4.4.2.
    Is there any way to move it to the
   right side of the window?
 * [https://wordpress.org/plugins/wp-font-resizer/](https://wordpress.org/plugins/wp-font-resizer/)

Viewing 1 replies (of 1 total)

 *  [pgallina](https://wordpress.org/support/users/pgallina/)
 * (@pgallina)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/moving-the-resizer/#post-6188805)
 * Hello,
    if you’re familiar with CSS, you can try to add this class to you theme:
 *     ```
       .fontResizer {
           left: auto !important;
           right: 1% !important;
       }
       ```
   
 * Other way, you can change ../wp-content/plugins/wp-font-resizer/css/fontResizer.
   css like this:
 *     ```
       .fontResizer {
           bottom: 1%;
           /* left: 1%; */       /* Default */
           right: 1%             /* New     */
           position: fixed;
           visibility: visible;
           z-index: 9999;
       }
       ```
   
 * I hope this helps you, but hope the author updates this wonderful plugin with
   new options:-)
 * Bye, Pier

Viewing 1 replies (of 1 total)

The topic ‘moving the resizer’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [pgallina](https://wordpress.org/support/users/pgallina/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/moving-the-resizer/#post-6188805)
 * Status: not resolved