Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Popular Features › Member Profile › the wall is not sensitive from a cell phone
- This topic has 5 replies, 2 voices, and was last updated 6 years, 3 months ago by
Jason.
-
AuthorPosts
-
@themoceratops
- 1 Topics
- 431 Posts
Hi @chilepower,
This is indeed an unexpected behavior.
Here is a CSS snippet that should do the trick:
@media screen and (max-width: 768px) { #buddypress #activity-stream .activity-item .activity-content { padding-left: 0 !important; word-break: break-all !important; width: 100% !important; } #buddypress #activity-stream .activity-item .activity-content .activity-header { padding-right: 0 !important; margin-right: 0 !important; } #buddypress #activity-stream .activity-item .activity-content .activity-meta { flex-wrap: wrap !important; } }
If you need to find out how to add custom CSS to your site, we recommend that you visit this article of our documentation:
As for the select field under the activity textarea, we couldn’t see it on your website so we were unable to test it. What’s more, please be aware that this select field is from a plugin that is not officially compatible with Gwangi, so we can’t guarantee that it will work as expected.
Hope this will solve your issue 🙂
Best regards,
March 25, 2019 at 17:11 #5899@themoceratops- 1 Topics
- 431 Posts
Hi @chilepower,
I just realized that privacy option is part of the rtMedia plugin which should be indeed compatible with Gwangi. That styling issue will be fixed in the next update of Gwangi.
In the meantime, here is a CSS snippet that you can use to fix the issue:
#rtSelectPrivacy { padding: 5px !important; }
Best regards,
March 26, 2019 at 10:43 #5915@themoceratops- 1 Topics
- 431 Posts
March 26, 2019 at 15:13 #5927 -
AuthorPosts
The topic ‘the wall is not sensitive from a cell phone’ is closed to new replies.