• Hi,

    I can’t seem to figure out how to get my padding around my social icons closer I’ve tried margin and padding with no change. Any ideas?

    li.social-icon {
    float: right;
    margin-right: 5px;
    }
    li.social-icon a {
    font-size: 5px }
    .main-navigation a {
    float: left;
    }

    new.valleyforgeaudubon.org

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    .facebook > a, .twitter > a {
      padding: 0 5px;
    }

    Above will adjust the header spacing. The footer spacing:

    #nav_menu-5 .facebook {
      margin: 0.5rem 0;
    }

    Play with the styles using your browser’s developer tool’s CSS inspector to tune things to exactly what you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Padding for Icons’ is closed to new replies.