Title: Logo
Last modified: June 20, 2018

---

# Logo

 *  Resolved [trm1991](https://wordpress.org/support/users/trm1991/)
 * (@trm1991)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/logo-137/)
 * Hello,
 * The logo of my webpage doesn’t resize for movile, so it impedes users to use 
   the menu correctly. How can I solve this problem?
 * On the other hand, I would like that the logo was bigger in the pc view. Is it
   possible?
 * Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogo-137%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/logo-137/#post-10421136)
 * Hello, [@trm1991](https://wordpress.org/support/users/trm1991/)!
 * Insert next code in **Customize->General->Additional CSS**:
 *     ```
       @media only screen and (max-width: 480px){
       #masthead .logo {
           max-height: 150px!important;
       }
       }
   
       #vision-mobile-nav{
       	margin-top:160px!important;
       }
       ```
   
 * [https://prnt.sc/jxhu7a](https://prnt.sc/jxhu7a)
 * Change the max-height value per your needs.
 * Regards
 *  Thread Starter [trm1991](https://wordpress.org/support/users/trm1991/)
 * (@trm1991)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/logo-137/#post-10422377)
 * Thank you for your help. I could resize the logo in movile, but I can not make
   the logo bigger in pc view.
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/logo-137/#post-10422426)
 * Hello,
 * To resize the logo for the bigger screens use next code:
 *     ```
       @media only screen and (min-width: 993px){
       #masthead .logo {
           max-height: 350px!important;
       }
       ```
   
 * Change the max-height value per your needs.
 * [https://prnt.sc/jxnbg5](https://prnt.sc/jxnbg5)
 * Regards
 *  Thread Starter [trm1991](https://wordpress.org/support/users/trm1991/)
 * (@trm1991)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/logo-137/#post-10422441)
 * It’s perfect now. Thank you.

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

The topic ‘Logo’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [trm1991](https://wordpress.org/support/users/trm1991/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/logo-137/#post-10422441)
 * Status: resolved