• Resolved robaxxx

    (@robaxxx)


    Hi, great little plugin and just what I needed, thanks!

    The icon gap setting doesn’t work. To fix it, replace this line in the plugin’s stylesheet:

    .fswp-elt–read-more-main-wrapper .fswp-elt–read-more {
    display: inline-block;
    align-items: flex-start;
    }

    With this:

    .fswp-elt–read-more-main-wrapper .fswp-elt–read-more {
    display: inline-flex;
    align-items: flex-start;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor ckrahul

    (@ckrahul)

    @robaxxx

    Thank you for your feedback and suggestion — really appreciate it!

    We’ve implemented your recommended change in the latest update of the plugin.

    Thanks again for helping improve the plugin!

    Regards

    Thread Starter robaxxx

    (@robaxxx)

    heh yes I saw the update and the first thing I checked was that. Good stuff 🙂

    Thanks
    Rob

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.