Homepage › Community Forums › Epik Theme Support › Logo Padding
Hi,
My logo is not showing up even though I’ve changed my functions.php file to reflect the exact size and uploaded it via the wordpress logo uploader. I’ve also tweaked the padding with no luck.
Can someone please point me in the right direction?
Thank you!
I’m not sure why it’s not showing up exactly, but I did notice that if you remove the background that you added to the .site-header .wrap then the logo shows up as normal. When the background color is active it seems to be showing up on top of the logo, but not on top of the menu in the widget area. I can’t seem to figure out why that is though, as I was able to add a background to the Epik demo and it shows up fine.
I’m not sure how others can learn from a “marked as private” post.
Hi Wes,
Is there another option I can consider? I have to have my logo visible.
Thank you!
It looks like you have the site in maintenance mode at the moment. Let me know when you have the site back up.
If you need me to login and check it out, I can. Just create a temporary user/password.
Ok, I just got it working. I saw that you added your code in the css editor, so I made the change there.
Since the .site-header .wrap was showing up on top of the logo, I edited the code from this –
.site-header .wrap {
background: #ffffff;
}
To this –
.site-header {
background-color: #fff !important;
}
and now it shows on top.
Oh WOW!!! Thank you so much Wes! I really appreciate your help!!! 馃檪
Hi Wes,
Sorry to bother you again, but since you got my logo to show any changes I make to it are not showing up.
I’m not sure why this would be.
I need to scoot it to the right a bit because it’s too far to the left edge, but my updated artwork won’t show.
Please help!
Thank you!
Since it’s a background image, it would probably be easier to add space inside the image itself, then upload and it will appear the way you want it. That’s one way to do it. Did you make your logo? If so, do you know how to edit the image to add the space?
Thanks Wes. The problem is that I already did that because I created my logo. I added lots of extra left side padding and it’s still not showing up.
I’m totally stumped.
What could it be?
You added a new image? Or you added padding to your code?
Also, where are you adding your code? If no changes are showing up it could be due to another style sheet having priority. So you would probably have to add !important to your code if it won’t make changes.
Are you using a cache plugin? That could also be the case.
I figured it out using the left margin.
Thanks so much Wes!!! 馃檪
You’re Welcome!
