overlap notification badge on glyph in Bootstrap 3

后端 未结 3 1333
耶瑟儿~
耶瑟儿~ 2021-01-30 03:27

I\'m trying to create a comment/notification setup in bootstrap, and can\'t seem to get the alignment right.

I\'m going for a pretty common layout as in this screenshot:

3条回答
  •  太阳男子
    2021-01-30 03:37

    Try this:

    /* CSS used here will be applied after bootstrap.css */
    .badge-notify{
       background:red;
       position:relative;
       top: -20px;
       left: -35px;
    }
    
    
    
    3

    Bootply: http://www.bootply.com/7teIvGLIzY

提交回复
热议问题