Skip to:
Content
Pages
Categories
Search
Top
Bottom

Freshness/Voice columns

Viewing 5 replies - 1 through 5 (of 5 total)
  • @robin-w

    Moderator

    try adding

    # bbpress-forums content-area ul li {
    margin-left: 0px !important;
    }

    to your child theme style.css

    Functions files and child themes – explained !

    @fouldsy99

    Participant

    that didn’t appear to work?

    @robin-w

    Moderator

    I can’t see that you implemented this code – is it still there?

    @robkk

    Moderator

    try this CSS

    .bbpress #content-area ul li, 
    .bbpress #content-area ol li {
      margin-left: auto;
    }

    @fouldsy99

    Participant

    Robkk,

    That worked perfect, thanks for your help.

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