Title: Responsive logo
Last modified: September 15, 2017

---

# Responsive logo

 *  Resolved [fgmtl](https://wordpress.org/support/users/fgmtl/)
 * (@fgmtl)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/responsive-logo-9/)
 * Hi,
 * Has someone had to make a logo responsive on Agama Theme?
    Do you know what code
   to add and where?
 * Thanks a lot for your help
    Valérie
 * See this page on mobile to see how the logo is not shrinking: [https://fgmtl.org/wp/fr_FR/](https://fgmtl.org/wp/fr_FR/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-logo-9%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [fgmtl](https://wordpress.org/support/users/fgmtl/)
 * (@fgmtl)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/responsive-logo-9/#post-9500034)
 * I could add a question on making the images responsive because I tried two plugins
   and they don’t seem to work: Adaptive Images for WordPress and RICG Responsive
   Images (+Regenerate Thumbnails)
 * Any ideas or experience?
    Thanks again!
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/responsive-logo-9/#post-9500263)
 * Hello,@fgmtl!
 * Add the CSS code below into: `Customizing->Additional CSS`
 * Code:
 *     ```
       @media screen and (max-width: 850px){
       #masthead .logo {
           max-height: 45px;
       }
       }
       ```
   
 * [https://prnt.sc/glj88u](https://prnt.sc/glj88u)
 * You can change the max-height value per your wish.
 * Regards

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

The topic ‘Responsive logo’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/agama/1.7.2/screenshot.png)
 * Agama
 * [Support Threads](https://wordpress.org/support/theme/agama/)
 * [Active Topics](https://wordpress.org/support/theme/agama/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/agama/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/agama/reviews/)

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 2 replies
 * 2 participants
 * Last reply from: [themevision](https://wordpress.org/support/users/themevision/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/responsive-logo-9/#post-9500263)
 * Status: resolved