Home › Forum › Customization › header top margin 0?
This topic contains 9 replies, has 2 voices, and was last updated by StartupWP 3 years ago.
- AuthorPosts
- April 25, 2015 at 1:30 AM #2228
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.huApril 25, 2015 at 11:41 AM #2230#header { margin-top: -30px; }
May 2, 2015 at 1:12 PM #2234Thank You!
(altho the notify replies via email function does not work here)
May 6, 2015 at 3:10 PM #2236You’re welcome. May have gone into your spam folder.
January 29, 2016 at 3:29 AM #2671I 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.huFebruary 29, 2016 at 5:24 PM #2719Apologies 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.
March 1, 2016 at 5:26 AM #2728Yes i still have this problem :(
The same thing is with the footer. Somehow all the blocks distanced from each other
March 1, 2016 at 8:41 AM #2730Remove this:
#header { margin-bottom: -30px; margin-top: -55px; }
And add this:
body { margin: 2% 2% 0; } #header { padding-bottom: 10px; }
March 3, 2016 at 12:14 AM #2745Thanks!
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)
March 3, 2016 at 8:57 AM #2747#copyright { padding: 1%; }
- AuthorPosts
You must be logged in to reply to this topic.