Forum Replies Created

Viewing 1 post (of 1 total)
  • in reply to: Centering Shortcode in Footer #15719
    vaporaiser
    Member
    Post count: 1

    Just change these 2 css rules in style.css

    ul.social-icons {
    text-align: center;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-right: -12px;
    list-style: none!important;
    }
    ul.social-icons li {
    float: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background: none;
    padding: 0!important;
    line-height: 32px!important;
    border: 0!important;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    }

Viewing 1 post (of 1 total)