private message icon

Make the user popup visible in ChronoForums v2.

Overview

The popup is not fully visible because the website layout is not wide enough.
Add custom CSS to force the popup to display and open to the right side.

Answered
su suudesign 01 Jul, 2017
1 Likes
In ChronoForums v2 if you are in a topic you don't see an option to send the person a private message and when you click on the username there is a popup area that is for the most part not visible because the website is not wide enough.

any ideas how i can change this? or can get an icon beside the name?
su suudesign 30 Jul, 2017
Answer
added this to my custom css and now the popup opens to the right:

.ui.fluid.popup {
        display: block !important;
}
This topic is locked and no more replies can be posted.