Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Nick C

    (@modernnerd)

    Hi, cyaris!

    You could add this custom CSS to your theme, or via a custom CSS plugin:

    @media only screen and (max-width: 783px) {
    
        .site-header .simple-social-icons ul li a,
        .site-header .simple-social-icons ul li a:hover {
            font-size: 18px;
            padding: 6px;
        }
    
        .home-featured .home-widgets-1 {
            padding-top: 160px;
        }
    
    }

    You should find the icons then shrink at smaller screen sizes.

    Thread Starter cyaris

    (@cyaris)

    That worked perfectly!

    Thank you SO MUCH!

    Craig

    Plugin Contributor Nick C

    (@modernnerd)

    Great to hear, Craig! Thanks very much for following up to let us know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Icon Size’ is closed to new replies.