This topic has 48 replies, 3 voices, and was last updated 8 years by Roader.

  • Author
  • #146291
     Roader
    Participant

    No my friend. I dont want KLEO for now.
    Only I want: Align “Order by”, and Style for the members search. The code for search is:

    COPY CODE
    <div id="members-dir-search" class="dir-search" role="search">
    
    				<?php bp_directory_members_search_form(); ?>
    
    			</div><!-- #members-dir-search -->

    But, when I put this code in Members / Index.php, the Search appears without Css, Because SweetDate only has Css for Groups–Dir–Search and Blog.

    #146429
     Radu
    Moderator

    Hi,

    The CSS it’s not compatible from a theme to another, you should customize from scratch that markup

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #146471
     Roader
    Participant

    My friend Radu, what is the Css for align very well?
    I did try but not well…

    #146492
     Roader
    Participant

    Well Radu.

    I want to put 1 like 2 (example)

    I suppose that you know the css for get it.

    Attachments:
    You must be logged in to view attached files.
    #146581
     Radu
    Moderator

    They are different elements, or what are you referring to align to right ? or what ? Set flaot right for element 1

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #147598
     Roader
    Participant

    Hi Radu. No man,

    please, give me a css for that,

    for now… I have: (photo 1)

    but I want (photo 2)

    Attachments:
    You must be logged in to view attached files.
    #147696
     Radu
    Moderator

    Hi,

    Here’s the CSS

    COPY CODE
    
    .members .item-list-tabs {
        display: inline-block;
        vertical-align: middle;
    }
    
    .members  #subnav ul {
        padding: 0;
        margin: 0;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #147759
     Roader
    Participant

    Thanks! Radu 😉

    #147760
     Roader
    Participant

    FULL CODE:

    .members .item-list-tabs {
    display: inline-block;
    vertical-align: middle;
    }

    .members #subnav ul {
    padding: 0;
    margin: 0;
    }

    li#members-order-select {
    margin-left: 20px;

Viewing 9 posts - 41 through 49 (of 49 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?