Header Padding when uploading a header image

Homepage Community Forums inSync Theme Support Header Padding when uploading a header image

Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #13173
    hannah
    Customer

      Hi,
      I did not want to tag on someone else’s thread but when I upload a header image (360x70px) through Customize or Header, the black bar on the top becomes much wider. I like the narrow bar. How can I use a header image and not blow up that black space?
      Thanks, Hannah

      #13174
      hannah
      Customer

        Ooops, here is the link to the site: http://www.divorcenight.com/

        #13201
        Wes
        Moderator

          Which black bar are you referring to? The header background or something else?

          Also, can you upload your image so I can see what everything looks like with it uploaded?

          #13227
          hannah
          Customer
            #13234
            Wes
            Moderator

              For something like this, a screenshot/image won’t work, I would actually need to see the logo uploaded on the site so I can examine/inspect everything together to know where the issue is coming from. If you want to create a temporary user/password, I can login and upload the image and instantly fix it through css. I recommend this so the site won’t show the error until I login and am able to fix it. If you’re able to do so, just leave the logo that you want me to install in the header section (unactivated) and I’ll activate and fix as soon as I see it.

              #13329
              hannah
              Customer

                I emailed it to our support just now! Thanks so much! Great support.

                #13612
                Tracy
                Customer

                  Hello, all. I’m having a similar issue as described above after adding a header image and cannot seem to resolve. Did you all discover the cause/fix?

                  Thank you!

                  #13697
                  hannah
                  Customer
                    This reply has been marked as private.
                    #13700
                    Tracy
                    Customer

                      Hey, Hannah. Not sure if your reply was meant for me or not as it is marked private. Hopefully I’m not breaking the forum rules by asking about my header issue in this thread even though it seems to be identical. Apologies if I am.

                      Thanks…Tracy

                      #13761
                      hannah
                      Customer
                        This reply has been marked as private.
                        #13773
                        Wes
                        Moderator

                          @hannah sorry I didn’t get a notification for some reason, so I had no idea you replied. I’m logging in now to take a look.

                          #13774
                          Wes
                          Moderator

                            Ok just fixed it.

                            I changed the minimum height for the .header-image .site-title a from 164px to 68px (the actual size of the image) on line 1708-

                            .header-image .site-title a {
                                float: left;
                                min-height: 68px;
                                width: 100%;
                            }

                            Then I reduced the padding on the header right widget area (the navigation area) from 40px (top and bottom) to 5px on line 1723 –

                            .header-image .site-header .widget-area {
                                padding: 5px 0;
                            }

                            If you want to add more space to the top or bottom you can do so by adjusting either of those sections. Let me know if that looks ok.

                            #13775
                            hannah
                            Customer

                              Thank you!

                            Viewing 13 posts - 1 through 13 (of 13 total)
                            • The topic ‘Header Padding when uploading a header image’ is closed to new replies.