Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › Group Directory and BuddyPress Bug (12.4.1)
Tagged: Waiting for Themosaurus
- This topic has 6 replies, 2 voices, and was last updated 3 months, 3 weeks ago by Manathan.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 6587 Posts
Hi Katrine,
Thank you for your precious feedback. There is definitely an issue in our theme which will be fixed in the next update.
To fix this, simply add the following code snippet to your website:
/** * FIX : Fix Layout of Groups Directory */ #groups-list > li{ position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; background: none; box-shadow: none; border: none; overflow: visible !important; margin-bottom: 30px; } @media (min-width: 576px) { .directory #groups-list > li { flex: 0 0 50%; max-width: 50%; } } @media (min-width: 768px) { #groups-list > li { flex: 0 0 50%; max-width: 50%; } .directory #groups-list > li { flex: 0 0 33.33333%; max-width: 33.33333%; } } @media (min-width: 1200px) { .directory #groups-list > li { flex: 0 0 25%; max-width: 25%; } #groups-list > li { flex: 0 0 33.33333%; max-width: 33.33333%; } }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
We’ll be back to you as soon as the update is available. 🙂
Regards,
May 8, 2024 at 15:59 #47614 -
AuthorPosts
You must be logged in to reply to this topic.