• Resolved kreatur

    (@kreatur)


    The button overlaps some parts of my website, since it has a flexible width and i have stuff sticked to the walls at all times. I’d need the ability to move it somehow a few pixels in any direction. I don’t really mind doing it inside the code, i just can’t find the part that sets that position.

    http://wordpress.org/extend/plugins/usernoise/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author karevn

    (@karevn)

    The best solution will be to write your custom CSS in the stylesheet included last or right in your wp-header. The selector for the button is a#un-button.

    Thread Starter kreatur

    (@kreatur)

    nvm, took another look inside usernoise.css to see if an a#un-button already exists, and found the declarations that take care of the position, they’re like #un-button.un-top.css3 , and the position is in percentages like left: 50%; all i had to do is change it and now it fits just right.
    Thanks karevn.

    Plugin Author karevn

    (@karevn)

    Better not to change Usernoise CSS, but override it – it will save you time, especially when you’ll upgrade to new versions. You can just add !important to your declarations.

    Thread Starter kreatur

    (@kreatur)

    right, forgot about upgrades. thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Usernoise modal feedback / contact form] change button position?’ is closed to new replies.