Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Fine Tuning › Child Themes › Editing the Membership Levels Page / Number of Banners / Columns
- This topic has 5 replies, 2 voices, and was last updated 1 year, 5 months ago by
Manathan.
-
AuthorPosts
-
HappygololaParticipant@lolaagency
- 4 Topics
- 10 Posts
Hi. Simple question, but I cannot find the answer. I want to change the # of columns from 4 to 5 on the “Membership Levels” Page. See SS below. Where in the world can this be edited ? I have tried everything I know to edit this from the actual Page itself. Should be so easy, but somehow hard to find where things are edited in this theme. I’m used to using Beaver Builder and everything is so easily edited. But I am familiar with Gutenberg editor … this is just not intuitive and I’ve searched the forum , too.
Thanks much.
karole
June 23, 2022 at 16:41 #41290@themodactyl- 0 Topics
- 6058 Posts
Hi Karole,
Thank you for reaching out to us! 🙂
This is standard design with our theme, I’m afraid. Changing this is considered customization work. By default, it can only contain 4 columns in a row to make sure all is perfectly readable. In case you want to make it 5, simply add the following code snippet to your website:
/** * Allow 5 Columns in a Row in Membership Levels Page */ @media (min-width: 992px){ #pmpro_levels_table > .row > div{ min-width:20% !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,
June 24, 2022 at 11:57 #41302HappygololaParticipant@lolaagency- 4 Topics
- 10 Posts
Thanks for this reply and code snippet. Sounds like it will look better with the 4 columns then. I was just hoping this was something that would allow me to choose the number of columns for nice layouts depending on how many banners (membership levels) my client is needing. will just work within the limitations of the theme and make it work. I’m used to building with Beaver Builder and being able to move everything around easily ! have a great day.
If I do decide to try this code just to see what the 5 columns look like, can I simply remove the code to take it back to the original 4 columns ? I don’t want to mess anything up !
Cheers – karole
June 24, 2022 at 16:31 #41313@themodactyl- 0 Topics
- 6058 Posts
Hi Karole,
Indeed, you’ll just have to delete this snippet and all will be back to normal. Note that, the plans are displayed by a shortcode managed by Paid Memberships Pro plugin, not our theme. Our theme only applies some style to the columns.
If you have further questions or requests, feel free to create other forum topics.
Best,
June 27, 2022 at 09:32 #41334HappygololaParticipant@lolaagency- 4 Topics
- 10 Posts
Thanks so much. Got it. — karole
June 27, 2022 at 23:20 #41339@themodactyl- 0 Topics
- 6058 Posts
You’re welcome Karole! 🙂
If you’re happy with our theme, feel free to review our theme on our Themeforest page:
https://themeforest.net/item/gwangi-dating-community-theme/21115855It’s very appreciated and it helps us making our products more known to new potential customers, which allow us more time to improve the quality over time and develop new features. It’s a win-win !
And by doing this, you will be making a great contribution to our community! #SharingIsCaring ❤️
Thank you!
June 28, 2022 at 09:30 #41347 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Editing the Membership Levels Page / Number of Banners / Columns’ is closed to new replies.