Forum Discussion

Jhansi_k's avatar
6 years ago

Unable to click on a button in standard component

Hi, We have YES and NO button in any article in our community page, It was built in standard component. Previously both the buttons are working but now NO button is not working. Unable to click the ...
  • Parshant's avatar
    6 years ago

    Jhansi_k,

    You css code should be like below the one I have added for css file.

    Show more
    .TkbArticlePage .lia-quilt-tkb-message .lia-quilt-column-footer-left,
    .TkbArticlePage .lia-quilt-tkb-message .lia-quilt-column-footer-right {
    padding: 5px 10px;
    white-space: normal;
    }
    .TkbArticlePage .lia-quilt-tkb-message .lia-quilt-column.lia-quilt-column-16.lia-quilt-column-left.lia-quilt-column-footer-left {
    margin-top: -20px;
    }

    After looking to the screen-shot your skin name should "Highered", this skin is where you have to add this css.
    If you don't know on which SCSS file you have to add your css in "Highered" Skin, you can add this in this file with name "_style.scss".