New Topic

header top margin 0?

Home › Forum › Customization › header top margin 0?

Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.