Home Forums Basel support forum A tickily spot almost everywhere on the site

A tickily spot almost everywhere on the site

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

    pulsebay
    Participant

    My customer has highlighted a design error that seems to happen even in the actual theme. Can you help me with this? Please see the attached video.

    #246426

    Hello,

    Please provide the screen of the problem I cannot figure out what spots you mean.

    Best Regards

    #246470

    pulsebay
    Participant

    Hi there, I thought the video was already uploaded. My bad please find it in this link. This is happening even on the theme demo site.
    https://vimeo.com/485908680

    Thank you
    AB

    #246619

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .basel-navigation .menu>li.item-event-hover>.sub-menu-dropdown {
      pointer-events: none;
    }
    .basel-navigation .menu>li.item-event-hover:hover>.sub-menu-dropdown {
        -webkit-transform: none;
        transform: none;
        pointer-events: visible;
        pointer-events: unset;
    }
    body .header-split .main-nav .menu .menu-item .sub-menu-dropdown:after {
        height: 30px;
    }

    Best Regards

    #246781

    pulsebay
    Participant

    thank you

    #246845

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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

The topic ‘A tickily spot almost everywhere on the site’ is closed to new replies.