Support › Forums › Flex Theme › Making header flush with menu › Reply To: Making header flush with menu
August 5, 2015 at 1:11 pm
#449
Moderator
Hello Jess,
First site is looking very good. Looking neater. Great job.
You will edit the style.css file. Replace the current CSS (line no 2963)
.site-header .wrap {
padding: 20px 30px;
}
WITH
.site-header .wrap {
padding: 20px 30px 0;
}
====================================
And replace the existing CSS (line no 1334)
.header-full-width .title-area {
max-width: 100%;
text-align: center;
width: 100%;
}
WITH
.header-full-width .title-area {
line-height: 0;
max-width: 100%;
text-align: center;
width: 100%;
}
Hope that it will resolve your issue.
Thanks
Chinmoy
-
This reply was modified 5 years, 7 months ago by
Chinmoy Paul.