Social Icons in Header Menu Forums » WordPress » Fluida » How To Author Posts May 2nd, 2020 at 04:58 #102210 Rocky TrifariPower User Is there a way to make the social icons display in the header bar on mobile using CSS? I noticed they get hidden below a certain screen size and I want to see them when people open my website with their phone. May 2nd, 2020 at 14:07 #102236 ZedCryout Creations mastermind Try the following CSS: @media (max-width: 640px) { body .cryout #sheader a { font-size: 1em; margin: 0; } body .cryout #sheader { display: block; } } If you like our creations, help us share by rating them on WordPress.org. Please check the available documentation and search the forums before starting a topic. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Social Icons in Header Menu’ is closed to new replies.