@writingbox
Active 6 years, 12 months ago
-
Boone Gorges replied to the topic Groups not displaying properly in the forum How-to & Troubleshooting 7 years ago
Hi @writingbox – Unfortunately, it’s very hard to debug this without access to the live site. But if the problem is indeed that there is a margin-top issue on this element, you could put the following into your child theme’s style.css:
body.single-item.groups #buddypress div#item-header div#item-actions {
margin-top: 0;
}
Be sure to do…[Read more]