Home Forums WoodMart support forum Hello some elements are bugged in responsive

Hello some elements are bugged in responsive

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #527227

    webtestwordpress12
    Participant

    this element in images is like a slider tab that you chose from to showcase different products but in responsive you can’t fully scroll therefore you can’t fully scroll to see the full name of the tab

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

    Artem Temos
    Keymaster

    Hello,

    It is not a bug but a special style of tabs navigation. You can use the following CSS snippet to change this

    @media (max-width: 1024px) {
    
    	.website-wrapper .wd-nav-tabs-wrapper {
    		-webkit-mask-image: none;
    				mask-image: none;
    	}
    }

    Kind Regards

    #527614

    webtestwordpress12
    Participant

    Still I can’t see it fully on responsive mobile

    #527750

    Bogdan Donovan
    Keymaster

    Hello,

    We have checked your site on a real mobile device and the custom code is working normally on it. Please, check the screenshot from real mobile device (https://prnt.sc/T7kzT3JHupzP). Here is also the video from Chrome mobile device emulator (https://gyazo.com/f3b9bf7e00f2bdb54fea2c895f2c78df).

    If this custom code is not working on your mobile device, make sure that you have cleared your browser cache.

    Kind Regards

    #527800

    webtestwordpress12
    Participant

    I just checked it works perfectly fine thank you.

    #527814

    Bogdan Donovan
    Keymaster

    You are welcome!

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