- This topic has 1 reply, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Epik Header Image / Navigation Area
Hello,
I have a custom menu in the Header Right area and a custom header image in the Header area. The menu is showing below the image instead of on top of the image floating to the right … I am just starting the set up and customization but I am not sure what needs changed to make the navigation menu display correctly?
Thanks for your help!
Brittany
Sample site: http://loandco.co/elevation180-1/
The header right widget area and the title area are both too wide to fit within that space. One is 50% and the other is 65%…..which exceeds 100% and is the reason one drops off to the side.
To fix this change the title/logo area width to around 32% instead of 50. Look for this around line 681 –
.header-image #title,
.header-image #title a,
.header-image #title-area {
display: block;
float: left;
min-height: 120px;
overflow: hidden;
text-indent: -9999px;
width: 32%;
}