charliedhq profile

Home Forums charliedhq

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • charliedhq
    Participant

    Does not work… still does not display in order that I want.

    I want it to display in this order

    FEATURED | HOTELS / RESORTS | OFFICE | RETAIL | SHOPPING | RESTAURANTS | RESIDENTIAL | WAREHOUSE | LAND | OTHER | ALL

     

    And.. I want “Featured” to be active by default.

     

    Here is the CSS I used:

    <hr />

     

    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”.category-featured”],
    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”.category-hotels_resorts”],
    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”.category-office”],
    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”.category-retail”],
    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”.category-shopping”],
    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”.category-restaurant”],
    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”.category-residential”],
    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”.category-warehouse”],
    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”.category-land”],
    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”.category-other”],
    .sh-portfolio-filter-style2 .sh-filter-item[data-filter=”*”]

    {float: left; padding-right: 10px;}

     

    <hr />

    It shows up in this order… HELP!

     

    ALL | FEATURED | HOTELS / RESORTS | LAND | OFFICE | OTHER | RESIDENTIAL | RESTAURANTS | RETAIL | SHOPPING | WAREHOUSE

     

     

    http://www.jordachecorporate.com/portfolio

    charliedhq
    Participant

    Before I opened this ticket, I tried the CSS from that topic and it did not work.

     

    this is the test CSS that did not work…

     

    .sh-portfolio-filter-default .sh-filter-item[data-filter=”*”],
    .sh-portfolio-filter-default .sh-filter-item[data-filter=”.category-retail”],
    .sh-portfolio-filter-default .sh-filter-item[data-filter=”.category-hotels_resorts”] {
    float: left;
    padding-right: 10px;
    }

     

    I noticed the sh-filter-container also has the class sh-portfolio-filter-style2.

    Should i replace.sh-portfolio-filter-default with sh-portfolio-filter-style2 ?

     

    I tried many combinations of classes and none worked.. help! : )

     

Viewing 2 posts - 1 through 2 (of 2 total)