My Bootstrap Version

Basti

Administrator
Staff member
Sorry for late reply, no access to a pc.
What i meant about the footer
1) font color. While white works i think for matching color patters you should use the same color as in the fixed navigation bar ( top )
2) those 2 black borders are not needed in my opinion and also dont fit there really. I would remove them
3) the info between the 2 black lines, i personally would not use the col-* feature of bootstrap. Makes all look s a bit empty as there is so much free room
- either add more to each info to each col-* block or
- remove the col-* and simply make the text centered with logo as the first thing and next to it the members count ( div class="text-center" i believe )

Script execution time i personally dont find so important, either remove or put in small font to where the copyright info is.

What i personally like more
1) remove black lines
2) script execution as small font to copyright ( same as above )
3) the social block there, instead col-12 use col-8 without col-offset
- first col-4 gets logo + below member count
- col-8 gets the social buttons
 
Hello Basti,
I've implemented your suggestions, and it made a big difference, major improvement to the footer area now, compared to what we had before. I appreciate your help.

Thanks!
 
Top