Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Please, try to add the following CSS rules to Additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    .wishlist_table.mobile li{
        position: relative;
        margin-bottom: 15px;
    }
    
    .wishlist_table.mobile .product-thumbnail{
        margin-bottom: 15px;
    }
    
    .wishlist_table.mobile h3 {
        text-align: center;
    }
    
    .wishlist_table.mobile .item-details-table{
        text-align: center;
    }
    
    .wishlist_table.mobile .item-details-table tbody{
        display: inline-block
    }
    
    .wishlist_table.mobile .item-details-table,
    .wishlist_table.mobile .item-details-table td{
        border: none;
        color: #444;
        display: inline-block
    }
    
    .wishlist_table.mobile .product-add-to-cart {
        text-align: center;
    }
    
    .wishlist_table.mobile .product-add-to-cart .ftc-tooltip{
        display: inline-block;
    }
    
    .wishlist_table.mobile .product-remove {
        position: absolute;
        bottom: 5px;
        right: 15px;
    }
    

    Here the final result that I got on your installation

Viewing 1 replies (of 1 total)

The topic ‘Wishlist mobile view is broken’ is closed to new replies.