Skip to:
Content
Pages
Categories
Search
Top
Bottom

Argghh.. I can’t turn off the indent


  • Audiomonk
    Participant

    @audiomonk

    I’ve looked in here, I’ve looked on the net. I tried all suggestions for CSS, and the threading is disabled in the settings. Yet the replies on the forum are indented.

    Link vs. Add

    It looks horrible, please how do I turn it off. I use the Sydney theme.

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robin W
    Moderator

    @robin-w

    it’s caused by

    #bbpress-forums .reply {
      margin-left: 0 !important;
      width: auto !important;
    }

    which says it is inline code.

    The width: auto !important needs to be width :100% !important.

    Auto makes it only as wide as it needs to be, so for short sentences it truncates.

    But I’m also getting an error saying that your “sydney-child-theme/style.css could not be loaded”


    Audiomonk
    Participant

    @audiomonk

    Thanks for the heads up on the error Simon, and thanks also for the fix, am certain I tried that previously, can’t have done though.

    All the very best for Christmas holidays. 🙂

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