Forum Replies Created
-
AuthorPosts
-
ambition
MemberThe code I used is:
// Add Signature Image after single post
add_action('genesis_entry_footer', 'custom_include_signature', 1);
function custom_include_signature() {
if(is_single()) { ?>
<?php }}ambition
MemberI just realized I said nav bar instead of sidebar. That would be make a lot more sense! So sorry about that!
ambition
MemberOkay, weird. I tried using another ad and it worked! Just wouldn't for another one. Is there anyway to add a little more space between the ads? They're almost touching each other.
Thanks again!
ambition
MemberThanks, Brad! However, all of those are for the header area and I'm looking for the nav bar which seems to be a little different. I tried adding the ads in the same text widget but it still stacked them instead of having them side by side.
ambition
MemberOkay, I'm ready for the .css changes! It's showing the whole header but shrunk so I'm assuming it's a .css thing. Thanks!
ambition
MemberThank you! I made the changes but it's kind of strange. It shows my whole header but it shrunk it. Compared to the original, it's a smaller. It should reach all the way across. http://throwahealthfit.com
Thanks for your help!
ambition
MemberOkay, thanks! I'll send in a support ticket 🙂
ambition
MemberThis reply has been marked as private.ambition
MemberThank you so much!
ambition
MemberHmmm...That didn't work. The pages didn't change at all...
ambition
MemberThis reply has been marked as private.ambition
MemberThanks! I actually want it for pages too. When I use the code above, it changes only posts.
Thanks for your help!
ambition
MemberWhen I adjusted it to 20px and 2rem, it increased the bottom space but showed a little more of the logo. I just want a little padding on the top and bottom of the logo. Any other suggestions?
ambition
MemberLOL - That did decrease the bottom padding but it also cut off the top of my logo! This is never-ending! But you are so awesome for still sticking with me!
ambition
MemberSo it looks like header right area needs to be changed. I wasn't sure which was the correct header right widget section.
Thank you once again!
ambition
MemberOkay, so I changed it to this and nothing changed. I don't want the actual header changed, just the space from the bottom of the header to the nav bar. So basically I want to change the padding for the bottom. Somehow! lol Again, THANK YOU!
Site Header
---------------------------------------------------------------------------------------------------- */.site-header {
padding-top: 30px;
padding-top: 3.0rem;
}.site-header .wrap {
border-bottom: 2px solid #222;
padding: 30px 0 30px 0;
padding: 3rem 0 3rem 0;
}ambition
MemberThank you! Okay, I put in this code and it worked for the top but not the bottom. I tried adding a padding for the bottom but it didn't do anything. Is there something I need to add to adjust the bottom padding?
Site Header
---------------------------------------------------------------------------------------------------- */.site-header {
padding-top: 30px;
padding-top: 3.0rem;
}.site-header .wrap {
border-bottom: 2px solid #222;
padding: 30px 0;
padding: 3rem 0;
}ambition
MemberThanks for your advice. I changed it to the following but nothing changed. Did I not change something that I was supposed to?
/*
Site Header
---------------------------------------------------------------------------------------------------- */.site-header {
padding-top: 24px;
padding-top: 6.4rem;
}.site-header .wrap {
border-bottom: 2px solid #222;
padding: 30px 0;
padding: 3rem 0;
}/* Widget Area
--------------------------------------------- */.site-header .widget-area {
float: right;
text-align: right;
width: 728px;
}.header-image .site-header .title-area,
.header-image .site-header .widget-area {
padding: 24px 0;
padding: 4rem 0;
}.site-header .widget-area p {
margin-bottom: 0;
}ambition
MemberThis reply has been marked as private.ambition
MemberThank you! I always get nervous messing with images. Perfect!
-
AuthorPosts