Title: Aligning Icon
Last modified: March 10, 2020

---

# Aligning Icon

 *  Resolved [ARSGeek](https://wordpress.org/support/users/chambergeek/)
 * (@chambergeek)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/aligning-icon/)
 * Curious as how to align the Icon to the bottom right corner of area. I can only
   adjust it to left or right side of image.
 * Link for example image. [https://pasteboard.co/IYtnvV0.jpg](https://pasteboard.co/IYtnvV0.jpg)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Blocksera](https://wordpress.org/support/users/blocksera/)
 * (@blocksera)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/aligning-icon/#post-12806441)
 * 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 6 years, 1 month ago by [Blocksera](https://wordpress.org/support/users/blocksera/).

Viewing 1 replies (of 1 total)

The topic ‘Aligning Icon’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/image-hover-effects-block_6aaa90.
   svg)
 * [Image Hover Effects Block](https://wordpress.org/plugins/image-hover-effects-block/)
 * [Support Threads](https://wordpress.org/support/plugin/image-hover-effects-block/)
 * [Active Topics](https://wordpress.org/support/plugin/image-hover-effects-block/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/image-hover-effects-block/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/image-hover-effects-block/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Blocksera](https://wordpress.org/support/users/blocksera/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/aligning-icon/#post-12806441)
 * Status: resolved