Community Forums › Forums › Archived Forums › Design Tips and Tricks › Mobile Responsive Header
Tagged: responsive header lifestyle pro
- This topic has 11 replies, 4 voices, and was last updated 11 years, 5 months ago by
judith8686.
-
AuthorPosts
-
November 7, 2013 at 9:47 pm #71617
usmcwife01
MemberSome one helped me get my uploaded header so it will shrink to fit on mobile, but now I have a big space of blue above and below it. Is there a way to get rid of it? I was looking at the showcase blogs for lifestyle pro. They all have custom headers that still look exactly the same on a mobile device. Is that possible to do? Thanks in advance for your help. I am a newbie and still trying to learn. 🙂
http://www.familyfitforduty.comNovember 8, 2013 at 12:56 pm #71735nutsandbolts
MemberChange your header background CSS rule to this:
background: #fff url(http://www.familyfitforduty.com/wp-content/uploads/2013/11/Blogger-11-6.jpg) center no-repeat !important;
That should remove the blue.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+November 10, 2013 at 9:51 pm #72238kmmackey
MemberI am using the lifestyle pro theme and am having the same problem. I tried the above and it did not help. Before that I had followed the pixelista tutorial - http://thepixelista.com/responsive-genesis-child-theme-logo/ but the smallest size has too much space above and below the banner. Here is my testing site - http://thepixelista.com/responsive-genesis-child-theme-logo/.
November 10, 2013 at 9:53 pm #72240nutsandbolts
MemberCan you paste your link again? Looks like you pasted the tutorial link twice.
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+November 11, 2013 at 4:26 am #72277kmmackey
MemberHere is the link to my test site - http://www.kmtesting.com/
As mentioned, I am using the lifestyle pro theme. I tried the above and it did not help. Before that I had followed the pixelista tutorial – http://thepixelista.com/responsive-genesis-child-theme-logo/ but the smallest size has too much space above and below the banner.
Thanks,
KathyNovember 11, 2013 at 8:05 am #72291nutsandbolts
MemberHave you made any changes to your stylesheet other than CSS rules related to the header? If you haven't made other significant changes, I would suggest reverting back to the original Lifestyle Pro stylesheet - you can open style.css on your computer with a text editor and just copy and paste everything to overwrite what's on the site now. Then if you follow this tutorial, which was created specifically for Lifestyle Pro, you should be able to fix the header issue pretty easily: http://wpsites.net/web-design/customize-mobile-responsiveness-of-lifestyle-pro-theme-header/
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+November 11, 2013 at 11:49 am #72329kmmackey
MemberHi,
I followed that tutorial and the banner is still not responsive.
Help is appreciated.
November 11, 2013 at 11:51 am #72330nutsandbolts
MemberIf you would be comfortable letting me log into your site, I would be glad to try to get this fixed for you. You can email me directly if that's something you'd like to try, or no worries if that isn't something you want to do. Sometimes it's just easier to do than to explain. 🙂
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+November 15, 2013 at 8:18 am #73137kmmackey
MemberHello,
Just want to say a very BIG THANKS to Andrea of Nuts and Bolts for helping with this. The link shown is a test site so if anyone checks this in a few days, it may show something unrelated to this post.
Kathy
November 17, 2013 at 12:30 pm #73585judith8686
MemberI think i've completely messed up my css trying to fix this.... (massive newbie)
I wanted to upload my own header, which I have done after altering sizing in functions php. It looks great on my laptop, but on iphone its still showing all the padding and on ipad it actually crops the header ;-/
I've tried the above but think Im doing more harm than good.
my site is http://www.judithlewis.co.uk
November 17, 2013 at 1:25 pm #73671nutsandbolts
MemberHi Judith,
Find this in your stylesheet:
.header-full-width.header-image .site-title a { background-position: center !important; margin: 0; }
and change it to this:
.header-full-width.header-image .site-title a { background-position: center !important; margin: 0; background-size: contain !important; }
That will force the header to resize for tablets (though you'll still have a lot of padding/aqua background around it).
Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
I provide development and training services for designers • Find me on Twitter and Google+November 17, 2013 at 3:56 pm #73827judith8686
MemberThanks for that Andrea, still crops when tablet is in portrait, but I can live with that lol
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.