Home Forums WoodMart support forum Tablet landscape elementor

Tablet landscape elementor

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #707264

    mantsve
    Participant

    Hey, because we received some complains from our customers about our eshop we just find out you dont have settings for tablet landscape… So we cannot edit product categories carousel, how many categories to show etc… Because as you can see in screenshot on landscape this part looks horrible, not full words etc..

    This theme dont even have header builder for tablets and thats strange. So we had to do other way to fix header on tablet..

    So then how we can fix this ???

    #707265

    mantsve
    Participant

    Screenshot attached

    Attachments:
    You must be logged in to view attached files.
    #707267

    mantsve
    Participant

    Also how we can hide qty input on sticky add to cart ? Mobile. You have few settings for QTY to show and hide, but not for sticky add to cart…

    #707343

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Tablet devices do not have a separate builder like mobile. The theme works with three main breakpoints only Desktop, Tablet and Mobile

    That’s why you won’t see a dedicated Tablet Landscape editor for the header or separate carousel controls just for that view.

    02. Try to add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

     .wd-sticky-btn .quantity,
        .wd-sticky-btn .wd-quantity-overlap {
            display: none !important;
        }

    ` .wd-sticky-btn .single_add_to_cart_button,
    .wd-sticky-btn .wd-sticky-add-to-cart {
    padding-inline-start: 0 !important;
    }`

    Best Regards,

    #707353

    mantsve
    Participant

    So how we can fix this issue on landscape? Because text is not in full ..

    #707360

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To better understand and fix the issue with the product categories carousel on tablet landscape, could you please tell me the screen resolution where you see the problem?

    Best Regards,

    #707371

    mantsve
    Participant

    Blackview LINK 8 SET WiFi 12.7-inch 2k+ 2176×1600 90Hz 12GB+256GB MT Helio G100 Octa-core 2.2GHz Cam Front 13MP Rear 16MP 8400mAh Charger Cable.

    Thats for example, but i see same issue on Google’s chrome devs tool

    #707436

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I’ve checked your site, but I’m unable to reproduce the issue on my side.

    Could you please share a screenshot from Chrome DevTools showing the problem and the exact resolution you’re using (for example: width × height)?

    Once I have that, I’ll be able to test the same screen size and investigate it further.

    Best Regards,

    #707543

    mantsve
    Participant

    Attached

    Attachments:
    You must be logged in to view attached files.
    #707621

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following Custom CSS code to Theme Settings > Custom CSS.

    @media (max-width: 1366px) {
        .cat-design-mask-subcat .wd-cat-content {
            padding: 15px;
        }
    
        .cat-design-mask-subcat .wd-cat-title {
            white-space: normal;
            overflow: visible;
            text-overflow: unset;
        }
    }

    Best Regards,

    #707798

    mantsve
    Participant

    Hey,

    0 changes with this custom css

    #707799

    mantsve
    Participant

    Changed font size to fix issue. So it will be okay for now.

    #707835

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Thank you for the update. Glad to hear you were able to fix it while changing the font size.

    If you notice anything else or need further assistance, feel free to reach out anytime — we’ll be happy to help.

    Best Regards,

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