Support › Forums › Flex Theme › Making header flush with menu › Reply To: Making header flush with menu
August 5, 2015 at 12:28 pm
#447
Moderator
In style.css file, set padding to 0px in the following code and then check.
.site-header .wrap {
padding: 5px;
}