Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE displaying social icons horizontal instead of vertical

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #271698
    janet4now
    Participant

    All other browsers are showing the fixed group of social icons at the left in a vertical line, but IE is not recognizing “display:block” and keeps it all on a horizontal line.

    http://willowoakvillas.teal.halfabubbleout.com/

    Does anyone know how to fix this for Internet Explorer so it is also in a vertical row?

    social-icons {
        position: fixed;
        top: 40%;
        left: -24px;
        z-index: 1000;      
    }
    .fl-icon-group .fl-icon {
        display: block!important;
    
    }
    .fl-icon i {
        display: block;
        margin-bottom: 3px;
    }
    
    
    #271724
    Paulie_D
    Member

    Looks fine in IE11 and Edge.

    Is this browser version specific?

    #271734
    janet4now
    Participant

    I fixed it! Thanks…

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.