Advertisement
BaapJaan

Additional CSS

May 6th, 2022
1,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | None | 0 0
  1. .article-question .post-title {
  2.     margin-bottom: 15px;
  3.     font-size: 16px;
  4.     line-height: 27px;
  5.     font-weight: 600;
  6.     overflow: hidden;
  7.     white-space: pre-wrap;
  8. }
  9. .widget_type_4 {
  10.     border: 1px solid #e6eaee;
  11.     border-radius: 4px;
  12.     max-width: 100% !important;
  13.     background-color: #ffffff;
  14.     position: relative;
  15.     font-family: "Hind Siliguri";
  16. }
  17. .bottom_branding {
  18.     position: absolute;
  19.     bottom: 0px;
  20.     left: 0px;
  21.     right: 0px;
  22.     padding: 5px;
  23.     text-align: center;
  24.     display: none;
  25. }
  26. #visitors_widget-2 .widget-title{
  27.     display:none;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement