Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] BuddyPress 1.7 Any Theme compatibility ???

Viewing 4 replies - 1 through 4 (of 4 total)
  • Your theme imposes rather generic styles on li elements in the content areas under a parent class of ‘shortcodes’ This is conflicting with the BP object nav li elements forcing them  to 100% width.

     

    In your themes stylesheet you’ll need to try adding something like:

    <code>

    #buddypress div.item-list-tabs ul li {
        width: auto;

    }

    </code>

    Other than that it’s a case of using that top level id #buddypress to further style BP elements in what ever stylesheet is applicable using tools such as firebug to identify the rulesets and their selectors that BP has already set.


    fitnessblogger
    Participant

    @fitnessblogger

    Thanks Hugo @hnla

    I will give this a go, my WordPress skills are quite limited but I am learning!!

    I am also emailing the themes developers but response has been very slow!!

    Unlike you guys here at BuudyPress.org who always respond very quickly 🙂

    Thanks again for the reply

    Have a great day

    James


    fitnessblogger
    Participant

    @fitnessblogger

    Hi @Hnla

    This worked a treat 🙂

    Thank You

    James

    Good stuff, marking this as resolved then.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] BuddyPress 1.7 Any Theme compatibility ???’ is closed to new replies.
Skip to toolbar