Hello some elements are bugged in responsive
-
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.
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
Still I can’t see it fully on responsive mobile
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
I just checked it works perfectly fine thank you.