In the CPF area it looks out of place. Maybe you'd like to arrange them like this by default?

Dragosvr92 wrote:This is how i arranged the Flags in viewtopic on my board.
In the CPF area it looks out of place. Maybe you'd like to arrange them like this by default?
\rmcgirr83\nationalflags\styles\prosilver\template\event\viewtopic_body_postrow_custom_fields_after.html
\rmcgirr83\nationalflags\styles\prosilver\template\event\viewtopic_body_avatar_after.html
Code: Select all
<!-- IF postrow.USER_FLAG -->
<a class="flagsettings" href="{postrow.U_FLAG}">{postrow.USER_FLAG}</a>
<!-- ENDIF -->
\rmcgirr83\nationalflags\styles\prosilver\theme\flags.css
Code: Select all
/* Extra settings to place the flag over the avatar */
.avatar-container {
position: relative;
}
.flagsettings {
position:absolute;
right: 5px;
}
@media (max-width: 700px) {
.flagsettings {
right: 20px;
}
}