Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #616454

    Hi,
    how can I reflect the phone icon (footer) at its longitudinal axis?

    #616467

    Hey vnfan!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer #text-6 p:nth-child(4) .av_font_icon {
        position: relative;
        top: -2px;
    }

    Regards,
    Yigit

    #616484

    Hi Yigit,
    I have meant a 90 degree rotation.

    #616492

    Hey!

    Please use following code instead

    #footer #text-6 p:nth-child(4) .av_font_icon {
        -ms-transform: rotate(90deg)!important;
        -webkit-transform: rotate(90deg)!important;
        -moz-transform: rotate(90deg)!important;
        transform: rotate(90deg)!important;
    }

    Regards,
    Yigit

    #616803

    Hi Yigit, thanks too much.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘phone icon entypo-fontello’ is closed to new replies.