starbellydesigns
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Increase Logo SizeTotally resolved! Also with adding that additional @media query above, I was able to get the green borders on top and bottom of the slider to touch the image instead of a huge gap in that resolution!
Thanks again!
TomForum: Themes and Templates
In reply to: [Customizr] Increase Logo SizeGot it!
At some point I had added:
.navbar-inner {
padding-right: 20px;
}Removed that and that screen size now works!
Thanks for all the help!
Tom
Forum: Themes and Templates
In reply to: [Customizr] Increase Logo SizeGood form or not, progress! The tagline is great now but the last nav link (Contact Us) is wrapping. Again, only at that resolution.
Forum: Themes and Templates
In reply to: [Customizr] Increase Logo SizeMan, sorry to be such a pain. I do actually know CSS it’s just working within the responsive WP that’s throwing me off! ??
I changed to this (got rid of the .span5, no change):
.social-block {
display: none;
}Would it be something with .navbar.resp .span7? Maybe make that 100% width?
Forum: Themes and Templates
In reply to: [Customizr] Increase Logo SizeHa! Ok ??
So I tried this and still no luck:
@media (max-width: 1280px) and (min-width: 980px) {
.navbar.resp { width: 144%; }
}I previously added ElectricFeet’s code:
.social-block.span5 {
display: none;
}Is the span number now incorrect because of the code I added to functions.php?
Forum: Themes and Templates
In reply to: [Customizr] Increase Logo SizeI’ll play around with it. Thanks!
Forum: Themes and Templates
In reply to: [Customizr] Increase Logo SizeNo dice… Are you sure that’s correct?
Forum: Themes and Templates
In reply to: [Customizr] Increase Logo SizeThat worked perfectly! Thanks!
The only problem I see is in the Responsive web developer extension in the 980×1280 mode. The navbar and tagline are way jacked.
I’m not even sure what device uses that mode. A tablet maybe?
Tom