This should help.
/*styling to move 'Subscribe' to right hand side */
.single-forum .subscription-toggle {
padding-left: 10px;
}
doesn’t seem to work in ie let me try another browser
nope its still no adding a space in between odd
that was weird it didnt past all the css i copied from you
ok i got it to add the css but its not effective at all
its still
Backstage – All Access
Home › Forums › Backstage – All AccessSubscribe
This forum contains 2 topics, and was last updated by Profile photo of Tony Tony 4 months ago.
it does it for all themes.
whoops sorry I messed up the CSS a little. I edited the code above try that now.
I moved it to the right hand side completely using this CSS into my theme:
/* bbpress move ‘(un)Subscribe’ to the right corner */
#bbpress-forums .subscription-toggle {
float: right;
}
Pascal.
none of your css is working. Please install raindrops and try it.
Try adding !important – your theme may be overriding the settings viz
Layout and functionality – Examples you can use