• Resolved Swissprice

    (@swissprice)


    Hello,

    That’s the best feedback plugin out there!

    Is there a way to place the button at the bottom right instead of the bottom center?

    Kind regards,
    Samuel

Viewing 1 replies (of 1 total)
  • Thread Starter Swissprice

    (@swissprice)

    I could do it by myself, here’s the code I used:

    #un-button {
        left: 80% !important;
        font-size: 16px !important;
        line-height: 21px !important;
    }
    
    @media only screen and (max-width: 480px) {
    
        #un-button {
            left: 65% !important;
            font-size: 16px !important;
            line-height: 14px !important;
        }
    }

    I also decreased the font-size of two pixels.

    You might need to change the values depending on the length of your button’s title.

Viewing 1 replies (of 1 total)
  • The topic ‘Button at bottom right’ is closed to new replies.