Site logo

Archived topic

Padding-top inside the header

5 replies · Started by Anonymous on April 28, 2015

Viewing posts 1–6 of 6

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.

Hi there,

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

Thanks!

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;
}

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

No problem! :)

This archived topic is closed to new replies.