Home Forums Pro Themes Biography Pro FA-GRADUATION-CAP icon bug

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22781
    christymlopez
    Participant

    Hi. the fa-graduation-cap icon in the History section is causing the textbox to break into a new line.. it isn’t aligning in the same line like the other histories. Can someone please help me resolve this?

    #22782
    wensolutions
    Keymaster

    Hello,

    The line breaking of the text box in the history section is due to the increase in font size of the fa-graduation-cap icon.

    To resolve the issue please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS to control the font-size of the icon specifically and place the text-box intact :

    .resume-list i.fa.fa-graduation-cap {
        font-size: 19px;
    }

    Hope this Helps,

    Best Regards !!

    #22849
    christymlopez
    Participant

    thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.