Vendor page on mobile

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home Karton Vendor page on mobile

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10342
    Valerie
    Participant

    Dear ThemeLooks,

    Thanks again for all of your support.

    We found one more topic which seems to be something for which we would require your support.

    We were just checking the vendor page on mobile and some things seem to go wrong there. (on chrome: mobile emulator, it’s somewhat OK, but on my actual mobile, it’s not).

    Screenshot: https://photos.app.goo.gl/dS8cmtE52jSq4qo29
    Url: https://second-kid.tres-zen.be/shop/lynn/

    Again, thank you for your time and effort.

    Kind regards

    #10349

    Dear Valerie,

    The styles comes from Dokan.

    Please use the custom CSS below to fix the issue.

    .seller-items .row {
    width: 100%;
    }
    
    .single-product-item .tinv-wraper.tinv-wishlist {
    margin-bottom: 10px;
    }
    
    .single-product-item .details {
    display: block;
    }
    
    .dokan-store-tabs.dokan-store-tabs-no-banner > ul:after {
    display: block;
    content: '';
    clear: both;
    width: 100%;
    }
    
    .dokan-single-store .dokan-store-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 10px;
    border: none;
    
    }
    
    .dokan-single-store .dokan-store-tabs ul li {
    border: none;
    margin: 0 !important;
    margin-bottom: 10px !important;
    }
    
    .dokan-single-store .dokan-store-tabs ul a {
    border: 1px solid #ededed;
    }
    
    .dokan-single-store .dokan-store-tabs ul li:not(:last-child) {
    margin-right: 10px !important;
    }
    
    .dokan-single-store .dokan-store-tabs ul li button {
    margin: 0;
    border: none !important;
    }
    
    .dokan-single-store .dokan-store-tabs ul li.dokan-share-btn-wrap .dokan-share-btn {
    margin-top: 0;
    margin-right: 0;
    }

    Best Regards,
    ThemeLooks Support Team

    #10357
    Valerie
    Participant

    Perfect! Thank you for the quick and spot-on reply!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Vendor page on mobile’ is closed to new replies.