Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#3390
Danijel
Participant

Hello Wydercia,

Can you please add this lines of code below to the Elvyre options->Appearance->Custom CSS,
and see if this fix your problem.

@media only screen and (min-width: 320px) and (max-width: 479px){
#dl-menu{
display: block;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
#dl-menu{
display: block;
}
}

Best regards,
Danijel