Looking through the html in the file you shared gave me all the info that i needed...had forgotten about the "STYLE" tag, i pasted the CSS generators code in there and everything worked just fine.
I was having issues adapting the social media icons with a smaller header, they always seemed to want to expand as per a wider header everytime i scrolled up.
In the source code for the file, under the "style" tag you will see:
#header-social-icons {
float: right;
margin: 34px 0 34px 10px;
-webkit-transition: margin .4s ease;
-o-transition: margin .4s ease;
transition: margin .4s ease;
This works well with the regular wide top bar that shrinks when you scroll down, but created an issue with the smaller header.
I changed the "margin" from 34px to 14px...and it works perfectly fine now.
I thought it was something that could be useful to others who are trying to customize this template, so i'm sharing.
and Thank You again for providing this file :)...it helped me understand what i needed to do...much appreciated!
However, there is one thing i still cant figure out, it has something to do with how your style sheets are designed, but hard to explain without showing you.
If you look at the header on this page of the forum where i'm typing right now...the header is completely static when you scroll, exactly how i'd like it to be.
But on the templates that i'm customizing, even when its set to static, whenever i scroll down the header seems to move a little at first and then readjusts. Its a fraction of a second...but really want to be able to make it completely static.
I'm not really asking for any customization, this is a line of code that obviously already exists within all the files i downloaded in the package. In the "Documentation" pages also the headers are completely static how i want...im just not finding which file and which line of code i need to change to achieve this...if you could let me know where to look, would be a big help again...
Thank you...