Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Pages › Height of the groups lay-out has been changed
- This topic has 8 replies, 3 voices, and was last updated 3 years, 1 month ago by
Manathan.
-
AuthorPosts
-
René WappiezParticipant@wappiez
- 106 Topics
- 352 Posts
Hi,
See attached image. The height of the groups lay-out has been shortened. It’s like 50% of what it was before. I don’t like the way it looks now. Can this be changed back?
Thx
January 22, 2022 at 10:15 #38282@roboraptor- 0 Topics
- 414 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help:
Kind regards,
January 22, 2022 at 10:15 #38283@themodactyl- 0 Topics
- 6725 Posts
Hi René, 🙂
To change this, simply add the following code snippet to your website:
/** * Make the Group Card Picture Higher */ .bp-card-list .bp-card-list__item .card-img.card-img--cover { padding-bottom: calc(8rem + 35px) !important; }
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.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
January 24, 2022 at 10:47 #38298René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
January 24, 2022 at 14:06 #38304@themodactyl- 0 Topics
- 6725 Posts
Hi René,
Strange, it’s working on my side. 🤔
i just added an
!important
to make this snippet stronger. Can you please try again? then, can you empty your cache and confirm me if it’s still not working?In that case, it’s best if I take a quick look at this. Could you create a new website user for me please?
You can post the user name and password in your next reply and mark it as private to keep this between us.Thank you.
January 26, 2022 at 08:58 #38341René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
This reply has been marked as private.January 27, 2022 at 14:51 #38378@themodactyl- 0 Topics
- 6725 Posts
Hi René, 🙂
Found it! The snippet above is messing with the one I gave you. Note that the snippet above is a php snippet, it has nothing to do in the customizer.
I suggest you to delete it or add this code snippet using the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/). If you have never activated this plugin, please read the following post: Adding Custom PHP Without Changing Your Child Theme.
Regards,
January 28, 2022 at 07:41 #38388René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Ah, it worked, thx.
January 28, 2022 at 12:28 #38392 -
AuthorPosts
The topic ‘Height of the groups lay-out has been changed’ is closed to new replies.