NiceThemesCustomized Logo Size – NiceThemes http://nicethemeswp.com/forums/topic/customized-logo-size/feed/ Tue, 22 Apr 2025 00:56:22 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/customized-logo-size/#post-819 <![CDATA[Customized Logo Size]]> http://nicethemeswp.com/forums/topic/customized-logo-size/#post-819 Sat, 23 Feb 2013 22:28:39 +0000 ifssvas Here is my page: http://www.cbsullivanconsulting.com/dev/

As you can see the logo is distorted and I tried to use the area to upload my logo, which is under Theme Options / General Settings / Custom Logo

When I did that, even though this image is 1014 width in pixels and 238 height in pixels, it is distorted and blurred. I had to change some of the code in styles.css to get it to the size I needed.

Here is the code I changed in the styles.css file:

a:hover { color: #036; }

a img { border: none; width: 1014px; height: 238px;}

Can someone help me figure out how to get my image as the size I want in the header and also look correct?

Any help would be appreciated.

]]>
http://nicethemeswp.com/forums/topic/customized-logo-size/#post-820 <![CDATA[Reply To: Customized Logo Size]]> http://nicethemeswp.com/forums/topic/customized-logo-size/#post-820 Sat, 23 Feb 2013 23:02:46 +0000 Juanfra Aldasoro Hey there,

I hope you’re doing well. Whenever you upload your logo it’ll be shown in the exact same size it was uploaded and it’s resized by default with WordPress.

I’ve been through your site and it seems that you have selected your logo in 300×70 px. Please take a look when you choose to define your logo in the options panel, to be the full size image if you want to have the 1014×238 px.

Please, I would recommend you to use the file custom.css in order to add new css. This way you won’t miss any updates when a new version of the theme is released.

Also, I recommend you not to use the code a img { border: none; width: 1014px; height: 238px;}.
That will apply to all the images inside links on your site. You may use something like this, instead:

#logo a img { border: none; width: 1014px; height: 238px;}

And that will apply only to your logo image.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/customized-logo-size/#post-821 <![CDATA[Reply To: Customized Logo Size]]> http://nicethemeswp.com/forums/topic/customized-logo-size/#post-821 Sun, 24 Feb 2013 00:27:24 +0000 ifssvas I don’t see where you are talking about when you say: Please take a look when you choose to define your logo in the options panel, to be the full size image if you want to have the 1014×238 px.

I do not see where I can define that at all in options panel.

I also put the code you suggested in the styles.css file and it still looks the same.

If i put it in the custom.css will that make a difference of how it looks?

]]>
http://nicethemeswp.com/forums/topic/customized-logo-size/#post-822 <![CDATA[Reply To: Customized Logo Size]]> http://nicethemeswp.com/forums/topic/customized-logo-size/#post-822 Sun, 24 Feb 2013 00:54:08 +0000 Juanfra Aldasoro Hello,

Please check this image: http://i.imgur.com/pOC3Dy8.png

You’ll see that there’s a red circle. When inserting your logo, please be sure to check the right size you want to use for your logo.

Regarding using the file custom.css for your custom CSS, this way you’ll prevent to maintain your changes when updating the theme version. Please, have in mind that when we update any theme it’s quite possible that we edit the file style.css. So, if you use custom.css for your custom CSS you’ll avoid stepping over the possible features on new updates for the theme.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/customized-logo-size/#post-823 <![CDATA[Reply To: Customized Logo Size]]> http://nicethemeswp.com/forums/topic/customized-logo-size/#post-823 Sun, 24 Feb 2013 01:06:00 +0000 ifssvas PERFECT and thanks!

]]>
http://nicethemeswp.com/forums/topic/customized-logo-size/#post-824 <![CDATA[Reply To: Customized Logo Size]]> http://nicethemeswp.com/forums/topic/customized-logo-size/#post-824 Sun, 24 Feb 2013 04:02:26 +0000 ifssvas I have another issue now, since I got the logo in the correct position and looks correct.

I now need to get the sub menu background and text lined up correctly. It is off to the left now.

Need to move the blue background and text that is part of the sub-menu, moved to the left some.

What part of the code do I change to get this corrected?

]]>
http://nicethemeswp.com/forums/topic/customized-logo-size/#post-829 <![CDATA[Reply To: Customized Logo Size]]> http://nicethemeswp.com/forums/topic/customized-logo-size/#post-829 Sun, 24 Feb 2013 21:03:59 +0000 Juanfra Aldasoro Hello,

I’ve seen you have created another ticket for this new issue. We’ll continue discussing about this over there.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/customized-logo-size/#post-834 <![CDATA[Reply To: Customized Logo Size]]> http://nicethemeswp.com/forums/topic/customized-logo-size/#post-834 Sun, 24 Feb 2013 21:43:52 +0000 ifssvas Yes you can close this one, because you answered in the other one and this issue is now solved.

Thanks so much!

Jerome

]]>
http://nicethemeswp.com/forums/topic/customized-logo-size/#post-838 <![CDATA[Reply To: Customized Logo Size]]> http://nicethemeswp.com/forums/topic/customized-logo-size/#post-838 Sun, 24 Feb 2013 22:45:52 +0000 Juanfra Aldasoro No problem 🙂

Have a nice day,
Juan.

]]>