Title: evolvegraphics's Replies | WordPress.org

---

# evolvegraphics

  [  ](https://wordpress.org/support/users/evolvegraphics/)

 *   [Profile](https://wordpress.org/support/users/evolvegraphics/)
 *   [Topics Started](https://wordpress.org/support/users/evolvegraphics/topics/)
 *   [Replies Created](https://wordpress.org/support/users/evolvegraphics/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/evolvegraphics/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/evolvegraphics/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/evolvegraphics/engagements/)
 *   [Favorites](https://wordpress.org/support/users/evolvegraphics/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sticky Header Effects for Elementor] Logo Scale Origin Point](https://wordpress.org/support/topic/logo-scale-origin-point/)
 *  Thread Starter [evolvegraphics](https://wordpress.org/support/users/evolvegraphics/)
 * (@evolvegraphics)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/logo-scale-origin-point/#post-15635705)
 * Hey there!
 * I really appreciate the response! I was actually able to figure out a work-around
   very shortly after I posted this.
 * I turned off the “shrink logo” setting, added a class of .logo to the image, 
   then added the following code to my additional CSS section.
 *     ```
       .logo {
       	transform: scale(1);
       	transform-origin: top;
       	transition: 1s ease;
       }
   
       .she-header .logo {
       	transform: scale(.75);
       }
       ```
   
 * Thanks so much for your time!

Viewing 1 replies (of 1 total)