New Landing How can we help? Themeforest Theme Support Neighborhood BUG with product price position

Viewing 13 posts - 1 through 13 (of 13 total)
  • #157358
    paristokyo
    Member
    Post count: 47

    In demo page product price on home page looks like this: http://take.ms/pwJrS
    In my site product price looks like this: http://take.ms/2HLgX

    Why my product price above the product name and category? How to make it like in the demo page?

    And how to delete “NEW” label?

    #157359
    paristokyo
    Member
    Post count: 47

    I mean why my price BELOW the product name and category

    #157364
    paristokyo
    Member
    Post count: 47

    How I can make fixed price position?

    #157407
    Slim
    Member
    Post count: 422

    I have the same problem with the price position.

    I think the reason is that we have a very big description .

    #157550
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide specific page url with issue to check.
    Thanks
    Mohammad

    #157582
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #157610
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    ul.products li.product .product-details {
      float: left;
      width: 80%;
    }
    ul.products li.product .price {
      float: right;
      font-size: 18px!important;
      width: 20%;
      text-align: right;
    }

    – Kyle

    #157706
    Slim
    Member
    Post count: 422

    It works man!

    Thankz!!!!

    #157714
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    #158977
    paristokyo
    Member
    Post count: 47

    1. That code helps, but when I minimize my page, my price goes outside the product block http://take.ms/JNhBx, how to make price and description centered (like this http://take.ms/N7P1O) when minimizing the page with products?
    2. When I starting to minimize my page, automatically shows “add to shopping bag and & add to wishlist” badge on my products http://take.ms/iOkEr , how to remove this option? But I want this option to be available on hover on desktops screen mode.

    Thanks, basics.com.ua/store

    #159032
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) Ok use this instead:

    ul.products li.product .product-details {
      float: none;
      font-size: 13px !important;
      width: 100%;
      text-align: center;
    }
    ul.products li.product .price {
      border-bottom: 2px solid #eb6d51;
      color: #a9a9a9;
      float: none;
      font-size: 15px !important;
      text-align: center;
      width: 100%;
    }

    2) Add this:

    @media only screen and (max-width: 1024px) { 
    figcaption > .shop-actions {
      display: none;
    }
    }

    – Kyle

    #159319
    paristokyo
    Member
    Post count: 47

    AWESOME! thanks a lot

    #159320
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

Viewing 13 posts - 1 through 13 (of 13 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