Community Forums › Forums › Archived Forums › Design Tips and Tricks › Logo and Lifestyle Pro
Tagged: lifestyle, responsive header
- This topic has 12 replies, 4 voices, and was last updated 10 years, 11 months ago by chantal2012.
-
AuthorPosts
-
October 3, 2013 at 4:34 pm #65269chantal2012Member
I just started playing around with Lifestyle Pro and learning about responsive design...yikes....this may be a basic question but I just can't seem to figure it out...my logo is 522px by 150px. How do I make it responsive so that it shrinks accordingly to whichever device? http://lifestylepro.kaleidoscopedesignstudios.com/
October 3, 2013 at 5:27 pm #65280SusanModeratorTry this tutorial:
October 3, 2013 at 6:15 pm #65286chantal2012MemberThat tutorial is just to get the logo in there....no mention of making it responsive.:(
October 3, 2013 at 11:23 pm #65314TomParticipantI think these will do what you want.
Plugin: NickTheGeek.com: genesis-responsive-header-customizer-update
Code: http://bluecapra.com/responsive-header-genesis/
Choose your next site design from over 350 Genesis themes.
[ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]October 4, 2013 at 7:04 am #65338SusanModeratorFYI, Tom - The Genesis Responsive Header Customizer Update plugin doesn't work with Genesis 2.0 themes
October 4, 2013 at 8:00 am #65347ithacaindyMemberI just checked out your site on my iPhone and the logo adapts to the screen in portrait mode. However, when the phone is in landscape mode, the logo does not shrink and is cut off on the right. I believe there are some set points for the design, which essentially act as case statements. You just need to create a version of your logo that then is used when that screen size is used.
October 4, 2013 at 8:21 am #65348chantal2012MemberSusan is correct - the plugin does not work with Genesis 2.0....however the code from the link that is provided above seems to be doing the trick...I'm still fiddling with it though....the only two media queries that I'm concerned about are:
@media only screen and (max-width: 320px) and @media only screen and (max-width: 480px). Is it correct or bad coding to specify a logo size for each of these screen sizes? For instance, for @media only screen and (max-width: 320px), I specified the image to be 244px wide and 70px high...I've had good luck changing it with the 320px size (iphone) but if I change it for the 480px screen size, then it also increases the logo size on the 320px screen. Is there a way to specify 320px and under for one image and then another image size for 321px to 480px?
@ithacaindy - thanks for checking...i'm making some progress and am still fiddling with it...very frustrating!!! lolOctober 4, 2013 at 9:56 am #65363chantal2012MemberI did find this helpful article by Chris Coyier....http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
I'm one step closer to making my logo show properly on an iPhone and iPad but depending on if it's in "portrait" mode or "landscape" mode, sometimes the logo gets cut off on the bottom....any thoughts?
October 4, 2013 at 10:33 am #65369TomParticipant@Susan - Thanks for that about Nick's plugin. I hope that he finds the time to update it for G2.0
@chantal2012 - I'll admit I'm not the prime resource you want for designing responsiveness 🙂 (but I get better at it daily) however I did find two things that should help:For your break at 1023px add/change:
.site-header{ margin: auto // to center the image height: 150px; // was 100% and cropping - image size is 150px }
Gotta run, I'll come back for more later and hopefully can help.
Choose your next site design from over 350 Genesis themes.
[ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]October 4, 2013 at 5:02 pm #65400SusanModeratorChantal: Here's another tutorial which specifically talks about responsive headers:
http://thepixelista.com/responsive-genesis-child-theme-logo/October 4, 2013 at 5:07 pm #65401chantal2012MemberHi Susan! Guess what? I literally just figured it out! Could you take a look and see? Please let me know if you can see problems?..I tested it on all devices and it seems to be ok....my site is lifestylepro.kaleidoscopedesignstudios.com.
October 4, 2013 at 5:11 pm #65403SusanModeratorLooks great! Just tested it on iPhone - portrait and landscape 🙂
October 4, 2013 at 6:21 pm #65408chantal2012MemberYay! I feel like I'm learning how to code all over again with responsive design...lol...I took a peek at that link from Pixelista and funny enough, that's pretty much what I ended up doing....:)
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.