Hello Support,
http://pmgl.bydecosta.com/home/
Site is coming along great and looks really good on the Browsers when viewing on PC/Mac.
Is there a way to make the social icons on the header appear when viewed in Portrait on the iPad?
Hope to hear from you soon.
Thank you,
MP
Hi Marcelo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) {
.responsive .av_mobile_menu_tablet .main_menu {
display: block;
}
.avia-menu.av-main-nav-wrap.av_menu_icon_beside {
display: none;
}}
Regards,
Yigit
Thanks for you help this worked.
MP