NiceThemesLogo – NiceThemes http://nicethemeswp.com/forums/topic/logo/feed/ Wed, 23 Apr 2025 13:21:36 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/logo/#post-6382 <![CDATA[Logo]]> http://nicethemeswp.com/forums/topic/logo/#post-6382 Mon, 28 Sep 2015 00:44:27 +0000 behaugabook I would like to have the logo larger than what you guys currently suggest. 351×300 is an option. Can you help me do that so that the navigation does not break and the spacing is not off between the header and the content? I did not think you need access to help with that so I did not provide it.

]]>
http://nicethemeswp.com/forums/topic/logo/#post-6386 <![CDATA[Reply To: Logo]]> http://nicethemeswp.com/forums/topic/logo/#post-6386 Mon, 28 Sep 2015 14:33:55 +0000 Juanfra Aldasoro Hello,

Thank you for writing.

Are you having problems setting the logo size or you want help on setting your site with a large logo?

Best,
Juan

]]>
http://nicethemeswp.com/forums/topic/logo/#post-6393 <![CDATA[Reply To: Logo]]> http://nicethemeswp.com/forums/topic/logo/#post-6393 Mon, 28 Sep 2015 15:20:36 +0000 behaugabook Yes, that’s what I said in my first post. I would like to set the logo at a bigger size than the default. I want to to be 351×300.

]]>
http://nicethemeswp.com/forums/topic/logo/#post-6400 <![CDATA[Reply To: Logo]]> http://nicethemeswp.com/forums/topic/logo/#post-6400 Mon, 28 Sep 2015 21:16:02 +0000 Juanfra Aldasoro Hello,

Thank you for the follow up. The logo height is set through CSS, and it responds to having retina support within the theme. So, the simplest way to solve that would be uploading the logo you want to have and then insert your own CSS to the “Custom CSS” input.

For example:

#header #top #logo #default-logo, 
#header #top #logo #retina-logo {
   width: 351px;
   height: 300px;
}

You can learn more about using your custom CSS here: http://nicethemeswp.com/support/theme-docs/bbq/#custom-css

Best,
Juan.

]]>