[Resolved] Padding-top inside the header

Home Forums Support [Resolved] Padding-top inside the header

Home Forums Support Padding-top inside the header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #103551
    jfranic

    Hi I have been browsing in this forum and I can’t find solution to my problem. I tried most of the things you suggested to other people but neither of them works for me.

    If you visit my website you will see that I have implemented some social buttons inside of header. But what I want is to remove that top padding from header so that my social icons connect with the top of the page.

    Thanks for your time.

    #103561
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you link me to your site so I can take a look at the code?

    Thanks!

    #103690
    jfranic
    #103759
    Tom
    Lead Developer
    Lead Developer

    If you have the Spacing add-on, you can remove the top padding from the header area in the Customizer.

    If not, this should do it:

    .inside-header {
          padding-top: 0;
    }
    #103781
    jfranic

    Thanks for the solution. I used that code but in the wrong .css file. My mistake for being up late and not thinking clearly.

    #103914
    Tom
    Lead Developer
    Lead Developer

    No problem! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.