Re: Aspire Header Help

Homepage Community Forums Aspire Theme Support Re: Aspire Header Help

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18432
    kdoniere
    Customer

      Hi Wes & All,

      I purchased Aspire Pro a few days ago, and had fun setting it up. I’m having two simple issues now that I’d like help with found at http://www.karendoniere.com.

      1. the header image/logo (left) resizes when I scroll up and down.

      2. there is black background space at the top of the page near the navigation menu when I scroll up and down.

      Please advise. I’m fairly new to WordPress which means that your instructions will need to be fairly simple. And, I’m super grateful for your time and attention to my issues.

      Thank you,
      Karen

      #18439
      Wes
      Moderator

        To prevent the logo from resizing, change the height to 76px in your CSS around line 1239 –

        .header-image .light .site-title > a {
        	height: 56px;
        }

        To remove the background on the sticky menu, look in your CSS around line 1178 –

        .site-header.light {
        	background-color: #000;
        	padding-top: 0;
        }

        Let me know if that helps…..or if you need any assistance making these adjustments.

        #18443
        kdoniere
        Customer

          Hi Wes,

          Yes, both of your solutions worked. Thank you!

          #18448
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Re: Aspire Header Help’ is closed to new replies.