Forum breadcrumbs – You are here:Asgaros Support ForumSupportLike Buttons
Please or Register to create posts and topics.

Like Buttons

Hallo,

erstmal schöne Ostern alle zusammen! Ist es möglich den Likevote Links und den Downvote rechts zu setzen?

Grüße

Hallo @quietmichael

Bitte versuche es mal mit dem folgenden CSS-Code, den du in den Einstellungen unter Forum -> Appearance -> Custom CSS setzen kannst:

#af-wrapper .post-reactions {
    float: right !important;
    padding-left: 16px !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Damit verschiebt er nur beide Buttons nach Rechts. 🙂

 

Grüße

@quietmichael

Ups, da habe ich nicht richtig gelesen. Versuche es noch einmal mit dem folgenden Code:

a[data-reaction="down"] {
    float: right;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!