New Topic

header top margin 0?

Home › Forum › Customization › header top margin 0?

Tagged: ,

This topic contains 9 replies, has 2 voices, and was last updated by  StartupWP 3 years ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2228

    kezdovega
    Participant

    How can I set the header to have no margin at the top? I dont want the (around) 20px background on the top.
    http://noiessegszivarvanya.hu

    #2230

    StartupWP
    Keymaster
    #2234

    kezdovega
    Participant

    Thank You!

    (altho the notify replies via email function does not work here)

    #2236

    StartupWP
    Keymaster

    You’re welcome. May have gone into your spam folder.

    #2671

    kezdovega
    Participant

    I have another site with the pro template and I ve set the css to have margin top -55px. But the mobile view cuts the top part of the header this way. Also the footer is quite strange: a lots of space between the footer wording and after that. Is there any way to solve all these?
    http://www.lelekszereles.hu

    #2719

    StartupWP
    Keymaster

    Apologies for the huge gap in support. Support will now continue again on a daily basis. If you’re still here with us and are having this problem, let us know.

    Thank you.

    #2728

    kezdovega
    Participant

    Yes i still have this problem :(

    The same thing is with the footer. Somehow all the blocks distanced from each other

    #2730

    StartupWP
    Keymaster

    Remove this:

    #header {
      margin-bottom: -30px;
      margin-top: -55px;
    }

    And add this:

    body {
      margin: 2% 2% 0;
    }
    
    #header {
      padding-bottom: 10px;
    }
    #2745

    kezdovega
    Participant

    Thanks!

    Could you please give me the same code for the footer? (between body and the footer, and below the footer, there is too much space)

    #2747

    StartupWP
    Keymaster
    #copyright {
      padding: 1%;
    }
Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.