<div class="avatars><?php show_avatar(osc_user_id()); ?></div>sabit kalması ve aşağı yukarı kaymaması için ne yapmam lazım ?
KOD BUDUR
<?php show_avatar(osc_user_id()); ?>
9
●67
<div class="avatars><?php show_avatar(osc_user_id()); ?></div>sabit kalması ve aşağı yukarı kaymaması için ne yapmam lazım ?
<?php show_avatar(osc_user_id()); ?>
.classname .icclass {
color:red;
} 
<ul class="avatars"> <?php show_avatar(osc_user_id()); ?></ul>
.avatars {
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
place-content: center;
width: 43px;
height: 43px;
border-radius: 43px;
}