New Landing How can we help? Themeforest Theme Support Pinpoint Sidebar in product pages

Viewing 12 posts - 16 through 27 (of 27 total)
  • Posted in: Pinpoint
  • #98075
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us admin access so we can check it?

    -Rui

    #100002
    sobrilliant
    Member
    Post count: 22
    This reply has been marked as private.
    #100199
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I dont see any sidebar at this page http://bit.ly/1s98MIw.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #100405
    sobrilliant
    Member
    Post count: 22
    This reply has been marked as private.
    #100406
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Try this custom css:

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    clear: none;
    }

    – Ed

    #100411
    sobrilliant
    Member
    Post count: 22
    This reply has been marked as private.
    #100415
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert given below code at functions.php of child theme at end of file.

    add_filter('loop_shop_columns', 'loop_columns');
    if (!function_exists('loop_columns')) {
    function loop_columns() {
    return 3; // 3 products per row. you can change its value.
    }
    }
    

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #100418
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sorry, missed a line:

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    clear: none;
    width: 183px;
    }

    – Ed

    #100434
    sobrilliant
    Member
    Post count: 22
    This reply has been marked as private.
    #100437
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #101574
    sobrilliant
    Member
    Post count: 22
    This reply has been marked as private.
    #101602
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Try adding this custom css:

    .woocommerce ul.products li.product.first {
    clear:left!important;
    }
Viewing 12 posts - 16 through 27 (of 27 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