Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1100112

    hello

    On mobile i have the social icons on top bar AND after the burger menu

    may be it’s because i have put this code to display the icons (there are not visible without that…)

    @media only screen and (max-width: 479px) {
    ul.social_bookmarks {
    display:block !important;
    }

    i just want the icons B&W in the top bar
    you can see that if you go to this web page with a mobile http://mf-prod.com/waterloo/

    #1100127

    Hey mediafacto,

    Add this to quick css instead:

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

    Best regards,
    Jordan Shannon

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