Header bumps right side custom menu out of alignment, spacing off, etc…

Homepage Community Forums Epik Theme Support Header bumps right side custom menu out of alignment, spacing off, etc…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5603
    sabrinaespinal
    Customer

      Hi,
      So….you know this is very basic.

      1. Why is uploading a header adding a strange space between the header and the main navi bar?
      2. And why did it bump down the custom right side widget out of alignment?
      3. And why is the head all the way at the very top of the screen like it is trying to run away? It should have space between the top of the screen and the header.

      This is for my own business site that I am rebuilding off line at http://www.websitesbysabrina.com

      Help me epik tech peeps to make it normal.
      My thanks.

      #5604
      Eric
      Customer

        Check out my comment here – https://appfinite.com/topic/header-right-widget-area-menu-social-icons/#post-4818 …basically your title/logo area is 50% and your widget area is 65%….which exceeds 100%. When that happens the widget area has no choice but to fall off to the side. You can correct this by editing either the title-area or widget area (or both) so they both fit within 100% width.

        Look around line 681 in your css for this –

        .header-image #title, 
        .header-image #title a, 
        .header-image #title-area {
            display: block;
            float: left;
            min-height: 120px;
            overflow: hidden;
            text-indent: -9999px;
            width: 50%;
        }

        change the width to around 30% and it will fix it automatically.

        Since the logo image is a background image for the #header it will automatically show up at the very top. Some people add space inside of the logo itself so it shows up on the site with space. You can also add space to the #head-wrap by adding padding to the top like this –

        #head-wrap {
            background: none repeat scroll 0 0 #303236;
            margin: 0 0 40px;
            padding: 40px 0 0;
        }

        That’s just an example, you can adjust the number to whatever works best for you. This can be found around line 630 in your css.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5619
        sabrinaespinal
        Customer

          Eric,
          How I love clear and precise directions!
          Thanks a million my friend.

          Take care
          Sabrina

          #5635
          Eric
          Customer

            You’re Welcome Sabrina!


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Header bumps right side custom menu out of alignment, spacing off, etc…’ is closed to new replies.