Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Problem with the web-side on the phone › Reply To: Problem with the web-side on the phone
July 22, 2015 at 3:54 pm
#3390
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