Title: logo resize
Last modified: August 30, 2016

---

# logo resize

 *  [wooogieboogie](https://wordpress.org/support/users/wooogieboogie/)
 * (@wooogieboogie)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/logo-resize-3/)
 * How can i make the logo bigger?

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

 *  Theme Author [pacethemes](https://wordpress.org/support/users/pacethemes/)
 * (@pacethemes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/logo-resize-3/#post-6410406)
 * Did you try using a bigger logo ? The Theme shouldn’t limit you on the logo size,
   if you are seeing issues after uploading a bigger logo, let me know and i can
   take a look
 *  Thread Starter [wooogieboogie](https://wordpress.org/support/users/wooogieboogie/)
 * (@wooogieboogie)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/logo-resize-3/#post-6410427)
 * Hi Thanks for the feedback. I´ve tryed to upload different size logos, but it
   didnt change.
 *  Theme Author [pacethemes](https://wordpress.org/support/users/pacethemes/)
 * (@pacethemes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/logo-resize-3/#post-6410432)
 * Can you explain on what didn’t change ? There is no logo size limit, if you uploaded
   a bigger logo and are seeing issues, can you provide me your site URL ? i need
   to understand the issue to provide you a solution
 *  Thread Starter [wooogieboogie](https://wordpress.org/support/users/wooogieboogie/)
 * (@wooogieboogie)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/logo-resize-3/#post-6410436)
 * Hi. Here is the logo with the requested size.
 * [https://www.sendspace.com/file/vnv06q](https://www.sendspace.com/file/vnv06q)
 * When i upload it, it appears smaller.
 * Site: oliveiraalberto.com
 * Thanks.
 *  Theme Author [pacethemes](https://wordpress.org/support/users/pacethemes/)
 * (@pacethemes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/logo-resize-3/#post-6410439)
 * I see the logo image you are trying to use, can you provide me your Site URL 
   where i can see this logo, i need to look at the issue so provide me your site
   URL
 *  Theme Author [pacethemes](https://wordpress.org/support/users/pacethemes/)
 * (@pacethemes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/logo-resize-3/#post-6410440)
 * My Mistake, i just saw you provided the site URL, i checked your site, the issue
   is that the width of the logo is too big, which is causing it to shrink.Presuming
   that your menu is not going to have too many items, we can increase the logo 
   space and reduce the menu space. Create a child theme if you havn’t already and
   copy the header.php file into the child theme, make the following edit
 * Find the below line
    `<div class="site-branding col-md-4">` change it to `<div
   class="site-branding col-md-6">`
 * Find the below line
    `<nav id="site-navigation" class="main-navigation col-md-
   8" role="navigation">` change it to `<nav id="site-navigation" class="main-navigation
   col-md-6" role="navigation">`
 * After making the above change, remove the CSS change you made
 *     ```
       .main-navigation {
           margin-top: 100px;
       }
       ```
   

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

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

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

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [pacethemes](https://wordpress.org/support/users/pacethemes/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/logo-resize-3/#post-6410440)
 * Status: not resolved