• I wanted to put a couple more social media icons in the header. If I put 1 more in it makes the header bump down a line. The template has a page called, “Links” that I add the icons to. Where in the code should I be looking to have it allow for a couple more icons? There is plenty of visible space.

    http://www.turtletimer.com

    Thanks all!,

    Tyler

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks like the css that controls the width is here:

    .icon_cover {
    float: left;
    overflow: hidden;
    width: 155px;
    margin: 21px 0 6px 11px;
    }

    Change the width to something more than 155px.

    Thread Starter lyonrr

    (@lyonrr)

    Do you know if there is a way to tell what css file its pulling that from? i am looking at the default css and the others and dont see any with .icon_cover that match your description 🙁

    Thread Starter lyonrr

    (@lyonrr)

    scratch that. Found it and upped it to 170. Works like a charm! Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social Media Icons in Header. I cant fit more than 3’ is closed to new replies.