Hello,
I am working on single page site. I have the social icons on the desktop site however they do not appear on the mobile site. I have looked at different forums and they code has not worked. Would you be able to install the code to have the social media icons appear in the main menu on the mobile site.
Thanks,
Mikenna
Hey mikeens,
Add this to quick css:
@media only screen and (max-width: 767px) {
#top #wrap_all #header .social_bookmarks{
display:block!important;}
}
Best regards,
Jordan Shannon
Hello,
Thank you. This worked. However I now have the flyout menu (3 lines) intersecting with the logo. As it is a single page I will not be needing a flyout menu. Is there a way to remove this feature from the mobile site?
Thank you,
Mikenna
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
nav.main_menu{
display:none!important;
}}
Best regards,
Jordan Shannon