Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: SideBar Whos Online and Recently Active


Virtuali
Participant

@gunju2221

@eor, I do have a solution for you! Go into your theme’s custom CSS file, and add the following CSS.

Global Elements


*/

}

h1, h2, h3, h4, h5, h6 {
margin: 5px 0 15px 0;
}

p { margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

hr {
background-color:#E7E7E7;
border:0 none;
clear:both;
height:1px;
margin: 20px 0;
}

img.avatar {
float: left;
border: 2px solid #eee;
}

img.avatar {
background: #ffffff;
padding: 4px;
border: 1px solid #ddd;
/* Round Corners (native in Safari, Firefox and Chrome) */
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
/* Add the Shadow */
-moz-box-shadow: 2px 2px 2px #dddddd;
-webkit-box-shadow: 2px 2px 2px #dddddd;
}

Skip to toolbar