- You are here:
- Main › Forum › Application Support › cBB Reactions
location of the react button
3 posts
• Page 1 of 1
-
- kushcat
- Posts: 20
- Joined: Thu Jan 30, 2025 1:10 am
Wed Mar 12, 2025 12:48 am • via Web
i know you can change the location to the top but it looks better at the bottom i just dont like how it looks on the bottom after you react
is there a way to make it look better like show the person that reacted on the left instead of on the right below the react button?
is there a way to make it look better like show the person that reacted on the left instead of on the right below the react button?
-
- Claire
- Posts: 5
- Joined: Thu Feb 27, 2025 12:09 am
Wed Mar 12, 2025 11:50 am • via Web
I had the same issue that I didn't like how that looks. I kept the react button where it is but moved the reaction counts to the left. I made some more changes with the help of a friend, but if you want to take a look, I attached an image to my post that shows what it looks like on my board now.
Please note that I am not the dev nor have much experience coding anything. So definitely create a backup before you try what I am suggesting. Look up the file
ext\canidev\reactions\styles\all\theme\reactions.css
On lines 90 to 98 in that file you should find
Change
float: right;
to
float: left;
If I remember correctly, that is the setting that moved the reaction counts to the left for us. But again, please make a backup of the reactions.css file before you change anything that I suggest.
Please note that I am not the dev nor have much experience coding anything. So definitely create a backup before you try what I am suggesting. Look up the file
ext\canidev\reactions\styles\all\theme\reactions.css
On lines 90 to 98 in that file you should find
- Code: Select all
.reaction-score-list {
align-items: center;
clear: both;
display: flex;
float: right;
height: 16px;
margin: 0 0 5px 5px;
padding: 4px;
}
Change
float: right;
to
float: left;
If I remember correctly, that is the setting that moved the reaction counts to the left for us. But again, please make a backup of the reactions.css file before you change anything that I suggest.
- Attachments
-
-
- IvanPF
- Administrator
- Posts: 2218
- Joined: Fri Jun 17, 2011 12:15 am
- Location: España (Spain)
Wed Mar 12, 2025 10:20 pm • via Web
Maybe I'll add an option to move it in the next version.
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests
- External Links
- phpBB Official
- phpBB Official (Spanish)
- Raul Arroyo Monzo
- PasionReef
- About CaniDev
- Terms of use
- Privacy Policy
- About Us
- Contact
- © 2011-2025 CaniDev