Viewing 1 replies (of 1 total)
  • 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.