Home Forums Basel support forum category dropdown style issue

category dropdown style issue

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

    esthetis
    Participant

    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.
    #14382

    Artem Temos
    Keymaster

    Hi,

    Where can we see this problem?

    Regards

    #14392

    esthetis
    Participant
    #14393

    Artem Temos
    Keymaster

    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);
    }
    #14394

    esthetis
    Participant

    No it doesn’t work on mobile then

    #14399

    Artem Temos
    Keymaster

    You need to add it for desktop devices only.

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