Social Icons in Header Menu

  • Author
    Posts
  • #102210
    Rocky Trifari
    Power 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.

    #102236
    Zed
    Cryout 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.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Social Icons in Header Menu’ is closed to new replies.