Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hoknight Friend
    #873232

    Hi,

    Can you fix the layout that the Add to Cart button was moving to next line on homepage..

    Thanks.


    1. ScreenShot908
    Saguaros Moderator
    #874143

    Hi @hoknight,

    Seems that you’re settings to show the ‘Latest Products’ on Homepage of VM, by default, this template doesn’t show so there is not style for it. You will need to customize it a bit

    Try with my tweak below:

    • Go to file: ROOT/templates/ja_playstore/css/custom.css
    • Add this rule:
    .latest-view .spacer .addtocart-bar .quantity-wrap {
        float: left;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 3px;
    }
    
    .latest-view .spacer .addtocart-bar .quantity-box {
        float: left;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .latest-view .spacer .addtocart-bar .quantity-controls {
        float: left;
        width: 17px;
        height: 16px;
        margin: 0;
    }
    
    .latest-view .spacer .addtocart-bar .quantity-controls input {
        width: 16px;
        height: 16px;
        padding: 0;
        border-radius: 0;
        box-sizing: border-box;
    }
    
    .latest-view .spacer .addtocart-bar .quantity-wrap:hover {
        border-color: #61c7f5;
    }

    Hope this helps.

    hoknight Friend
    #874181

    I can see the style and it’s looking good right now.
    Thanks.

    Saguaros Moderator
    #874201

    You’re welcome!!!

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 8 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum