MyBB Community Forums

Full Version: MyReactions Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The emojiis are too big when displayed on this particular theme:

http://thechat.xyz/showthread.php?tid=28...51#pid1051

and also the plus sign is too big.

How can it be made a certain size?
Hi,

add this code:
.myreactions-container.reactions-16 img {
    width: 16px;
    height: 16px;
}

in the global.css of the GoSeries theme

(Admin Control Panel > Templates & Style (Tab) > Themes > GoSeries theme > global.css > 
Edit Stylesheet: Advanced Mode (tab), and add it at the end

Refresh your browser and it should be ok
(2018-04-30, 07:52 PM)NoRules Wrote: [ -> ]Hi,

add this code:
.myreactions-container.reactions-16 img {
    width: 16px;
    height: 16px;
}

in the global.css of the GoSeries theme

(Admin Control Panel > Templates & Style (Tab) > Themes > GoSeries theme > global.css > 
Edit Stylesheet: Advanced Mode (tab), and add it at the end

Refresh your browser and it should be ok

That worked.  Thanks.  Smile