• Hello, I am having some issues with my social media icons. They don’t appear to show up on the header or the footer when on an iPad or mobile device. I was wondering if someone could point in me in the right direction. Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @juanjc1

    That is correct. The theme hides the icon on smaller device screens. If you want them to show up you will have to alter the styles of the theme to get them to appear.

    Something like the following should get them showing up, but you may have to adjust the width of a few things so they look correct. You can add this inside of the Customizer. From the dasard go to ‘Appearance > Customize’ and then scroll down to the Additional CSS section.

    @media only screen and (max-width: 960px) {
        .header .social-icons-container {
            display:block;
        }
        .header__extras {
            flex: 0 0 25%;
        }
        .header__nav-toggle {
            flex: 0;   
        }
    }
    Thread Starter juanjc1

    (@juanjc1)

    Hello @eherman24 ,

    I appreciate your help! It seemed to work for me, except now my triple dot menu goes away on tablet and phone versions. I tried adjusting the width and columns as well. Not a big deal just seemed strange. Thank you Evan!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social Media Icons not showing’ is closed to new replies.