Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › No icons in template › Reply To: No icons in template
February 16, 2015 at 6:50 pm
#2121
Participant
…and I didn’t change any CSS just added the fix for the mobile-navigation
***
@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;
}
}
***