Home › Forums › CSS › positioning the floating button › Reply To: positioning the floating button
November 29, 2016 at 11:53 am
#248460
Participant
If you change the style of .olark-launch-button
from right: 20px
to about right: 70px
, that’ll first create some room on the side. Then if you change the height of #feedbackTabOuter
from 250px
to 164px
, they’ll line up nicely in the corner.
Styles are in theme.css but if you want to override them, the right positioning will need to have an !important
added.