Skip to:
Content
Pages
Categories
Search
Top
Bottom

The subscribe has no spaces from breadcrums

  • @atfpodcast

    Participant

    In my theme im using Raindrops the subscribe link it running with the rest of the forums tree like this:

    Home › Forums › Backstage – All AccessSubscribe how can i add a space or two to separate it?

Viewing 12 replies - 1 through 12 (of 12 total)
  • @robkk

    Moderator

    This should help.

    /*styling to move 'Subscribe' to right hand side */
    .single-forum .subscription-toggle  {
        padding-left: 10px;
    }

    @atfpodcast

    Participant

    doesn’t seem to work in ie let me try another browser

    @atfpodcast

    Participant

    nope its still no adding a space in between odd

    @atfpodcast

    Participant

    that was weird it didnt past all the css i copied from you

    @atfpodcast

    Participant

    ok i got it to add the css but its not effective at all

    @atfpodcast

    Participant

    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.

    @robkk

    Moderator

    whoops sorry I messed up the CSS a little. I edited the code above try that now.

    @casiepa

    Moderator

    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.

    @atfpodcast

    Participant

    none of your css is working. Please install raindrops and try it.

    @atfpodcast

    Participant

    This is the issue

    @robin-w

    Moderator

    Try adding !important – your theme may be overriding the settings viz

    Layout and functionality – Examples you can use

    @atfpodcast

    Participant

    Thank you that worked. 😉

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.
Skip to toolbar