Epik Header Image / Navigation Area

Homepage Community Forums Epik Theme Support Epik Header Image / Navigation Area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8423
    LoveConsulting
    Customer

      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/

      #8430
      Wes
      Moderator

        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%;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.