• Jen

    (@jentsang2104)


    Hi

    I want to make the social media icons in my footer bigger – it is not my site, I am helping a friend sort her site out. It’s in Sinatra and I had found this coding but it isn’t working:

    .sinatra-social-nav > ul > li > a .si-icon {
    font-size: 1.5rem;
    height: 2rem;
    }

    Thanks a lot

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

Viewing 1 replies (of 1 total)
  • Branko

    (@brankoconjic)

    Hi @jentsang2104,

    Just increase the height value, font-size will not work.

    For example:

    .sinatra-social-nav > ul > li > a.si-icon { height: 24px; }

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