Forum Replies Created
-
AuthorPosts
-
I’m thinking it’s not going full width of the screen because it’s in the #inner frame. I extended the padding and the text is getting cutoff and I added the width to 100%, but it’s just stops at the end of the #inner borders.
I tried the genesis_after_loop, but the box shows up on other pages when using it, so I think the genesis_after_content_sidebar_wrap is the way to go if it can sit outside the #inner right like the footer widget.
Thanks for your help/time on this Brad. I appreciate it.
Now that I’m staring at the #inner I realize I had the wrong padding in there hence not getting it to go flush.
I changed it, but it’s not quite there. Is it b/c of the border radius?
#inner {
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
border-style:solid;
border-color:#ffffff;
background-color: #fff;
margin: 100px auto 1px;
overflow: hidden;
padding: 70px 10px 0;
width: 900px;
}Hi Brad. So sorry, I was looking at your original post very quickly and missed that it was the after hook. My apologizes. Ok. So, that worked and it shows up above the footer properly on all pages including the blog page.
The only thing is, I’m trying to make that flush on top of the footer widget area so they’re touching and I’d like the color to be full width like the footer widget area. Thoughts?
Thanks for your help.
Thanks for the reply. Yes. I tried both. The first placed it where it is now. The other is the original code from Brian Gardner for the welcome text which I also tried and that places the code below the nav bar inside the inner.
March 21, 2013 at 10:26 pm in reply to: Header background image, Overlay Logo On Top of Nav Bar & Split Nav Bar Items #30372Ok… I did a “quick fix” for it without making a widgeted area.
BUT, I’d really like to do it properly so I’m going to keep this open in hopes someone figures it out.
the site I have it on is njdigitalmoms.com
March 21, 2013 at 3:06 pm in reply to: Header background image, Overlay Logo On Top of Nav Bar & Split Nav Bar Items #30273Ok. I got the logo to overlay the nav bar finally… without adding the extra widgets.
But, I can’t seem to get the menu items to shift over so they’re not covered by the logo….
March 20, 2013 at 2:22 pm in reply to: Header background image, Overlay Logo On Top of Nav Bar & Split Nav Bar Items #29791Thanks Anita!
Hey Susan. You were right. The cache finally refreshed. I can see the new lines this morning. Thanks.
Love the call out action on the top right header with the arrows.
Not sure if you figured it out, but you need to insert the code into your functions.php file of your child theme. Just make sure when you copy and paste, you watch out to copy and paste only the code and not the line numbers.
Awesome!!! Thank you David!!!
My client decided to just leave the banner in the wp-cycle area since it’s displaying properly.
will just leave it as is. I’ll find something to populate the fourth featured area.
Thank you everyone!
I’ve decided to move forward with a different theme so please disregard this topic thread.
-
AuthorPosts