Home › Forums › All Other Themes › The Art / Buddy Press Profile and Lists Style Broken
- This topic has 6 replies, 2 voices, and was last updated 4 years ago by
Forum Moderator.
-
AuthorPosts
-
August 28, 2019 at 5:59 pm #129649
I’m using The Art theme. I have 2 issues:
1) BULLET LISTS – With BuddyPress, the bullets in my lists covers the words. See the below screenshot and and page.
http://badassgrandmas.org/activity/
https://drive.google.com/file/d/1wW0E4ub3S3kV1JgYF4c0LuU1bvfSbM-y/view?usp=sharing
2) PROFILE PAGE – The style on the Profile page is broken. When making a selection from the menu, everything is pushed to be bottom. Kindly let me know how to fix this?
http://badassgrandmas.org/members/keith/
https://drive.google.com/file/d/1KK6x3KXXQ7rVn_jeoFYfk1AQWVrE0GeF/view?usp=sharing
August 29, 2019 at 7:07 am #129672Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#content .buddypress-wrap .bp-navs li { margin-right:20px !important;} #content .bp-single-vert-nav .item-body:not(#group-create-body) { width:65% !important;}
Regards,
DaveAugust 29, 2019 at 2:43 pm #129705Perfect! Thank you!!!
August 29, 2019 at 2:47 pm #129706How do I make the Buddy Press Profile page Full Width? I tried removing all widgets from the page but then automatically the Search widget and a list of all of my pages appear.
August 30, 2019 at 5:02 am #129727Hi,
Kindly use this CSS
.bp-user .single_wrap { width:100% !important;} .bp-user #sidebar { display:none !important;}
Regards,
DaveAugust 30, 2019 at 2:01 pm #129838That worked… Thank you!
September 2, 2019 at 5:19 am #129887🙂
-
AuthorPosts
- You must be logged in to reply to this topic.