Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #741716

    hi, i created a button:

    Image and video hosting by TinyPic

    i want the icon vertical-align in center and more big. it’s possible?

    thanks

    #741805

    Hey Pas7o,

    Yes this is possible, please enable custom css class name support and add the class name “icon-xl” to the button with icon.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .icon-xl .avia_button_icon   {
        font-size: 30px;
        transform: translateY(50%);
        float: left;
    }
    

    Best regards,
    Vinay

    #741816

    work, thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘size icon button’ is closed to new replies.