Header/Navigation Menu Issues

Homepage Community Forums Epik Theme Support Header/Navigation Menu Issues

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12742
    Sami
    Customer

      I have been trying to push my menu to the right and have not been able to do so. I still want my logo to be on the left, but I want to push the menu to the right.

      When I looked at the code I saw that there are two sections: head-wrap, which is the outside wrapper and wraps both header and banner and the actual header. I set the header width to 100%, but when I look at the code I see that there is a gap on the right side between the header and header wrap.

      Is there any way to set header to be the size of header wrap and remove the white padding on the right of the menu?

      http://samanthagilbert.com

      #12744
      Sami
      Customer

        If you look at the theme demo you will see that here is supposed to be an option where you can show/hide the menu and it is not there on my site. I can’t see anything that is preventing it to show in my CSS fixes.

        #12760
        Wes
        Moderator

          Are you saying you want your menu to look more like this? – http://i.imgur.com/ykZib07.png

          If so, I reduced the padding and added more to the left to even it out –

          .genesis-nav-menu a {
              font-weight: 400;
              padding: 15px 10px 5px 20px;
          }

          The responsive menu icon was added in version 1.4. Here is a tutorial on how to do it if you don’t want to scan the theme files – http://bit.ly/Ob2bQ7

          #12801
          Sami
          Customer

            Thanks so much Wes! I really appreciate your help!

            #12816
            Wes
            Moderator

              You’re Welcome!

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Header/Navigation Menu Issues’ is closed to new replies.