New Landing How can we help? Themeforest Theme Support Neighborhood Product Category Archive

Viewing 11 posts - 1 through 11 (of 11 total)
  • #277903
    rinnecco
    Member
    Post count: 5

    Can I please get some help as how to display Categories Archive in four columns such as the procuct archive? Can’t make it happen. Also, why aren’t the images with the same drop shadow as in Products Archive?

    #278212
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1)

    It seems WooCommerce is forcing a clear, please override this using the below CSS:

    .has-no-sidebar ul.products li.product-category.product {
        clear: none;
    }
    @media only screen and (min-width: 1200px) {
    body .has-no-sidebar ul.products li.product-category.product {
        width: 260px;
    }
    }
    .woocommerce ul.products li.product-category.product:nth-of-type(3) {
        margin-left: 30px;
    }

    2) What drop shadow do you refer to, can you add a screenshot?

    #278490
    rinnecco
    Member
    Post count: 5
    This reply has been marked as private.
    #278491
    rinnecco
    Member
    Post count: 5
    This reply has been marked as private.
    #278903
    David Martin – Support
    Moderator
    Post count: 20834

    Oh yes I see, please add this to Theme Options => Custom CSS:

    .woocommerce ul.products li.product a img {
        -webkit-box-shadow: 0 8px 6px -7px #999;
        -moz-box-shadow: 0 8px 6px -7px #999;
        box-shadow: 0 8px 6px -7px #999;
    }

    Thanks.

    #279106
    rinnecco
    Member
    Post count: 5
    This reply has been marked as private.
    #279446
    David Martin – Support
    Moderator
    Post count: 20834

    Your CSS has multiple errors, note the double ..:

    Amending that has fixed it all.

    #279486
    rinnecco
    Member
    Post count: 5
    This reply has been marked as private.
    #279765
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @rinnecco

    I logged in and added some css to resolve that – should be all good now, please let us know.

    – Ed

    #279809
    rinnecco
    Member
    Post count: 5

    Worked perfectly. Thank you!

    #280194
    David Martin – Support
    Moderator
    Post count: 20834

    Great, cheers Ed.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register