• Resolved CalamityJaneAgain

    (@calamityjaneagain)


    Can you tell me where I can make the logo stay the same size when scrolling.

    Many thanks

Viewing 1 replies (of 1 total)
  • Hell there,

    You can do it manually by editing theme core file which is located at:
    wp-content/themes/agama/framework/admin/customizer.php

    Edit file and find on line 1535 next code:

    #masthead .sticky-header-shrink .logo {
    		max-height: 65px !important;
    	}

    and replace it with:

    /*#masthead .sticky-header-shrink .logo {
    		max-height: 65px !important;
    	}*/

    After this change logo will keep same size when scrolling.

    Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Keep logo same size when scrolling’ is closed to new replies.