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

Can anyone tell me how to make my logo bigger on mobile devices?

For my site www.upliftmind.com" My logo is way to small on mobile devices. What can I add to my themes custom CSS to fix that?

1 Answer

Charles Smith
Charles Smith
7,575 Points

What I do is stick the logo inside of a container div, and set to width: 100%. Then I use media queries for each device size (breaks at 768, 1024, 1400) and set the width of each of those elements until it looks right.

If this doesn't make sense, watch the Building a basic website course with Nick Pettit. It will take a while, but if you haven't already you will need to.