- This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › how can I get the header wrap to be 100 px high?
I try to make the header only 100px high.
My logo and picture on the right are only 90px high but I cannot find the bottom margin?
http://sunshine.lindebjerg.de/
Please see Screenshot:
<p> tag in the header right widget area is making it taller. Add following to style.css to fix this
.site-header .widget-area p {
margin-bottom: 0px;
}
okay, I see. Thanks it rocks.