shriji252 (@shriji252)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • @shriji252

    Participant

    Also put a function.php in root of child theme which i did not have

    @shriji252

    Participant

    thanks bud

    I had @import in my child theme

    did as mentioned in

    put below code in style.css in child theme
    ———————————————–
    #bbpress-forums {
    font-size: inherit !important;
    width: 100% !important;
    }


    @media
    screen and (min-width: 1008px)
    .bbpress .site-content {
    margin-right: 0 !important;
    margin-left: 182px !important;
    }

    .bbpress .site-content {
    margin-right: 0 !important;
    margin-left: 0 !important;
    }
    ———————————–
    also copied page.php (from twentyfourteen folder) and renamed to bbpress.php put in root of child theme

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