Viewing 1 replies (of 1 total)
  • Plugin Author Blocksera

    (@blocksera)

    Hello,

    You can use css (Appearance > Customize > Additional CSS) to position the icon to bottom right like below. Feel free to adjust bottom and right values to accurately position.

    
    .eihe-caption i {
        position: absolute;
        bottom: 0;
        right: 20px;
    }
    
    • This reply was modified 4 years, 6 months ago by Blocksera.
Viewing 1 replies (of 1 total)
  • The topic ‘Aligning Icon’ is closed to new replies.