Quote:
Originally Posted by Manoel J?nior
Please, how to fix in country:

|
We need to create a custom CSS for you. Replace the codes you use with the ones here. And add those codes into your CSS codes. But you can arrange the height from Xpx which you can find in CSS codes.
PHP Code:
<div class="etiket_postbit_alanI_userinfo_extra_bayrak">
Country:
<!-- Wy Country Flags Start -->
<vb:if condition="$post['field6']"><dd> <img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field6}.GIF" align="middle" alt="{vb:raw post.field6}" border="" /></dd></vb:if>
<!-- Wy Flags End -->
</div>
PHP Code:
.etiket_postbit_alanI_userinfo_extra_bayrak {
color:{vb:stylevar post_field_font_color};
margin-top: 2px;
text-align:left;
border-bottom: 1px solid #DBDBDB;}
height: Xpx;
.etiket_postbit_alanI_userinfo_extra_bayrak dd { float: right;}