Mobile view is not correct

Home Forums Best Commerce Pro Mobile view is not correct

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9041
    Anonymous
    Inactive

    On mobile the menu bar only shows icon. its hard to figure our for the user. Also the pictures size decrease to small with some gaps on mobile view.

    #9057
    Axle Support
    Moderator

    In mobile version, theme is designed to show there icon only to consume only less area. Regarding gaps, you can use following CSS to reduce the gaps in the both sides of the screen.

    
    @media only screen and (max-width:479px) {
    .widget.best_commerce_widget_products_tabbed .products-tab-container,
    .widget.best_commerce_widget_products_carousel .best-commerce-woocommerce-wrapper,
    .grid-item-col-3 .grid-item, .grid-item-col-4
    .grid-item, .grid-item-col-5
    .grid-item,.best_commerce_widget_products_grid .grid-item-col-4 .product{
        max-width: 330px!important;
    }
    }
    
    #9100
    Anonymous
    Inactive

    Please check http://www.my5pockets.com on mobile view.The view is not correct for best seller of this week as it shows 2 items on row only.also for popular products there is a huge gap. Please let me know how can I Make it right.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.