category dropdown style issue
-
Hi,
I have attached screenshot.
Unfortunately, the dropdown doesn’t fit for long text.
Please let me know.
REgards
Pier
Attachments:
You must be
logged in to view attached files.
Hi,
Where can we see this problem?
Regards
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.basel-product-categories li .children {
width: 220px;
-webkit-transform: translateX(-110px);
-moz-transform: translateX(-110px);
-ms-transform: translateX(-110px);
-sand-transform: translateX(-110px);
-o-transform: translateX(-110px);
transform: translateX(-110px);
}
No it doesn’t work on mobile then
You need to add it for desktop devices only.