The Art / Buddy Press Profile and Lists Style Broken

Home Forums All Other Themes The Art / Buddy Press Profile and Lists Style Broken

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #129649
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    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

    #129672
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #129705
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    Perfect! Thank you!!!

    #129706
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    How 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.

    #129727
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS

    .bp-user .single_wrap { width:100% !important;}
    .bp-user #sidebar { display:none !important;}

    Regards,
    Dave

    #129838
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    That worked… Thank you!

    #129887
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.