Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Having trouble uploading logo to wordpress.....

I purchased a logo from fiver and the file size is 2829 x 1913 png and jpg. When I upload it its too large for my theme and not positioned correctly. Im using a child theme and the theme editor to up[load the logo and even after resizing the logo its staying the same size please help. Thanks

2 Answers

Sue Dough
Sue Dough
35,800 Points

Hi Nicholas. You resized it in the wordpress editor. So you will need to go back into your media library and grab the new resized image since it has a new URL.

Thanks, but now the logo is overlapping my menu and I'm not sure how to add in padding

Sue Dough
Sue Dough
35,800 Points

Can you share your URL? I will try to help.

Thanks. UpliftMind.com

Sue Dough
Sue Dough
35,800 Points

The home page has a different css class for the logo then the other pages. You could try something like this. The image was broken with no URL in the quotes. I added the logo URL into the quotes on the home page and added the class below and got the screenshot above http://awesomescreenshot.com/02d4oq25a5 . The other pages had another class called oi_inner_logo_holder and I don't have time to do that but I hope this helps. There may be better ways to do this but this is just a quick fix.

.oi_logo_place img { height: 150px; margin: -35%; }

THANK YOU so much

You must update the wp-config.php file in the root directory of your Wordpress installation by adding this line of code: define('WP_MEMORY_LIMIT', '96M');

The parameter 96M can be different in order to your needs