Header logo link vs right side Icons spacing

Homepage Community Forums Epik Theme Support Header logo link vs right side Icons spacing

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

      When increase the below to make my link back home…it pushes out the social icons several spaces down. I need it to be around 55-60% for the logo to have the hyperlink but when I increase it my right side icons drop several lines down.

      Website: http://www.websitesbysabrina.com

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

      Help,
      Thanks
      Sabrina

      #5806
      scooby
      Customer

        Look for this in your css around line 698 –

        #header .widget-area {
            overflow: hidden;
            width: 65%;
        }

        Decrease the width, it’s your widget area that contains the icons. Thats why its dropping off to the side, because the title/logo area and the header widget area is too wide and exceeds 100%. So you have to make both of those equal or less than 100% and it will work fine.

        #5812
        sabrinaespinal
        Customer

          Thanks a million…aaaahhh, code is poetry.
          xoxo
          Sabrina

          #5826
          scooby
          Customer

            Glad I could help!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Header logo link vs right side Icons spacing’ is closed to new replies.