- This topic has 2 replies, 2 voices, and was last updated 5 years 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 › Flex Theme › Reduce height of header bar
Hi support,
After I choose a background color, there is quite huge gap here: http://prntscr.com/9pi497 How can I reduce the height of this?
Regards
Change 40px to 0px in the following code…
.boxed .site-container {
background-color: #fff;
-webkit-box-shadow: 0 0 3px #ddd;
-moz-box-shadow: 0 0 3px #ddd;
-o-box-shadow: 0 0 3px #ddd;
box-shadow: 0 0 3px #ddd;
margin: 40px auto;
max-width: 1140px;
}
Thanks a lot.