New Landing How can we help? Themeforest Theme Support Neighborhood bad position for price in mobile version

Viewing 7 posts - 1 through 7 (of 7 total)
  • #235696
    djvegas87
    Member
    Post count: 56

    hey guys,

    can you please check the position of the price in the mobile version.

    best regards,
    Ahmed

    Attachments:
    You must be logged in to view attached files.
    #235773
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (min-width: 767px) {
        .woocommerce ul.products li.product .price {
        text-align: left !important;
        float: right !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        }
    
        ul.products li.product .product-details {
        text-align: left !important;
        float: left !important;
        }
    }
    
    

    Thanks
    Mohammad

    #235916
    djvegas87
    Member
    Post count: 56

    Hi Mohamed,

    I added the code but it’s not working. This is again the sort of quick fix that we should avoid. This is an issue in the mobile version of the theme and should be addressed to the developers. Please forward it.

    Best,
    Ahmed

    #235952
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the last css code and use this custom css code:-

    @media screen and (max-width: 767px) {
    .woocommerce ul.products li.product .price {
    text-align: left !important;
    float: right !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    }

    ul.products li.product .product-details {
    text-align: left !important;
    float: left !important;
    }
    }

    There was a small error in last code.

    Thanks
    Mohammad

    #236063
    djvegas87
    Member
    Post count: 56

    Hi Mohammad,

    thank you, now it’s working. BUT it’s still a workaround and I think that it should be fixed for everyone in the next update. Please forward it.

    Best,
    Ahmed

    #236064
    djvegas87
    Member
    Post count: 56

    another small thing: When you open a product in the mobile version and scroll down to the bottom, the “related product” doesn’t look good. Please see the attached screenshot. The picture, carousel and product details are very stretched…

    Attachments:
    You must be logged in to view attached files.
    #236105
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the last code and use this new code:-

    @media screen and (max-width: 767px) {
     li.product .price {
    text-align: left !important;
    float: right !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    }
    
    li.product .product-details {
    text-align: left !important;
    float: left !important;
    }
    }

    Thanks
    Mohammad

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