Dropdown arrow not showing

Hi Support team

The dropdown arrow in the main menu is not showing as you can see on the screenshot. How to solve it ?

URL: https://carrelage-durst.fr/

Thank you for your help

Best regards

Hello Support Team

Could you help me please ?

best !

Hi there

Sorry for the delay, this code will fix it:

.dropdown:after {
    top: 23px;
    width: 0;
    height: 0;
    border-left: 5px solid #0000;
    border-right: 5px solid #0000;
    border-top: 5px solid #fff;
    font-size: 0;
    line-height: 0;
    float: left;
}

Noda

It works perfectly ! Thank you very much

Best regards,

Cool, thank you too and have a good day :slight_smile: