Hi Guys – currently the right menu section of the socket area disappears on smartphone view – see screenshot.
How do i ensure this still appears? There’s important information here that I need.
http://awesomescreenshot.com/0cf3afqm75
Cheers
Hi ShortieD!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}
Best regards,
Yigit
thanks