Logo Padding

  • This topic has 14 replies, 3 voices, and was last updated 10 years ago by Wes.
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #11573
    Sami
    Customer

      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!

      http://samanthagilbert.com/

      #11583
      Wes
      Moderator

        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.

        #11606
        Sami
        Customer
          This reply has been marked as private.
          #11608
          hotsaucedaily
          Customer

            I’m not sure how others can learn from a “marked as private” post.

            #11665
            Sami
            Customer

              Hi Wes,

              Is there another option I can consider? I have to have my logo visible.

              Thank you!

              #11673
              Wes
              Moderator

                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.

                #11678
                Sami
                Customer
                  This reply has been marked as private.
                  #11685
                  Wes
                  Moderator

                    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.

                    #11688
                    Sami
                    Customer

                      Oh WOW!!! Thank you so much Wes! I really appreciate your help!!! 馃檪

                      #11701
                      Sami
                      Customer

                        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!

                        #11712
                        Wes
                        Moderator

                          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?

                          #11714
                          Sami
                          Customer

                            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?

                            #11717
                            Wes
                            Moderator

                              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.

                              #11736
                              Sami
                              Customer

                                I figured it out using the left margin.

                                Thanks so much Wes!!! 馃檪

                                #11754
                                Wes
                                Moderator

                                  You’re Welcome!

                                Viewing 15 posts - 1 through 15 (of 15 total)
                                • The topic ‘Logo Padding’ is closed to new replies.