Title: Styling the loading image
Last modified: March 16, 2017

---

# Styling the loading image

 *  Resolved [carolemagouirk](https://wordpress.org/support/users/carolemagouirk/)
 * (@carolemagouirk)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/styling-the-loading-image/)
 * Is there a class or something I can select for the loading image? I need to adjust
   the size.
 * Thanks.

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

 *  Thread Starter [carolemagouirk](https://wordpress.org/support/users/carolemagouirk/)
 * (@carolemagouirk)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/styling-the-loading-image/#post-8923988)
 * Found it, I think.
 *     ```
       .yith-infs-loader {
       	text-align: center;
       	margin: 10px 0 30px;
       }
       .yith-infs-loader img {
       	max-width: 100%;
       	display: inline-block;
       }
       ```
   
 *  Thread Starter [carolemagouirk](https://wordpress.org/support/users/carolemagouirk/)
 * (@carolemagouirk)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/styling-the-loading-image/#post-8923998)
 * I added this to my css. It’s working. 🙂
 *     ```
       .yith-infs-loader img {
         width:80px!important;
         margin:0 auto;
         text-align:center;
       }
       ```
   
    -  This reply was modified 9 years, 2 months ago by [carolemagouirk](https://wordpress.org/support/users/carolemagouirk/).
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/styling-the-loading-image/#post-9000669)
 * Hi,
    yes, you are using right class for customize style. Thanks also for sharing
   the solution.
 * Regards.

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

The topic ‘Styling the loading image’ is closed to new replies.

 * ![](https://ps.w.org/yith-infinite-scrolling/assets/icon.svg?rev=3303151)
 * [YITH Infinite Scrolling](https://wordpress.org/plugins/yith-infinite-scrolling/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-infinite-scrolling/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-infinite-scrolling/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-infinite-scrolling/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-infinite-scrolling/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-infinite-scrolling/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/styling-the-loading-image/#post-9000669)
 * Status: resolved