Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #998098

    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

    #998136

    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

    #998221

    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

    #998552

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    nav.main_menu{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.