Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author Algoritmika

    (@algoritmika)

    Hi @duliom,

    Sorry for the late reply.

    You have a few options. For example, you can simply add <br> to the fa_template attribute, like this:

    [alg_back_button fa_template="%icon%<br>Back" fa="fas fa-chevron-left" class="btn"]

    Another option would be to assign some class to your text, and then style it with CSS:

    [alg_back_button fa_template='%icon%<span class="my-back-button-text">Back</span>' fa="fas fa-chevron-left" class="btn"]

    And then in your custom CSS:

    .my-back-button-text { display: block; }

    Please give it a try and let me know what you think.

    Plugin Author Algoritmika

    (@algoritmika)

    I’m going to mark this thread as “resolved” for now, hope that’s ok. Please let me know if there are still any questions/issues.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘icon image’ is closed to new replies.