• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Appfinite

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

Reply To: How to Eliminate the "Ruberbanding Menu" at the top of ASPIRE PRO

Home › Community Forums › Aspire Theme Support › How to Eliminate the "Ruberbanding Menu" at the top of ASPIRE PRO › Reply To: How to Eliminate the "Ruberbanding Menu" at the top of ASPIRE PRO

May 18, 2019 at 6:16 am #23198
Wes
Moderator

Ok, to change the shrinking effect, you can adjust the padding-top on line 1201 in your style.css –

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

The padding-top reduces to 0 which is what is removing the space from the top. If you prefer to have the space removed up top and when you scroll down, then you can change the padding to 0 on line 1196 –

.front-page .site-header {
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
}

To set the logo size smaller, change the height to 56px on line 1255 –

.header-image .site-title > a {
    background-size: contain !important;
    display: block;
    height: 56px;
    text-indent: -9999px;
}

That will make the logo stay at 56px height both at the top and when you scroll down (when the shrinking effect kicks in).

Let me know if that helps.

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now →

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us →

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2023 · Appfinite · Built With The Genesis Framework