Social Icons on mobile layout
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Sat Jan 04, 2014 3:01 pm
- Reply with quote
- Report this post
Hi!
How can I show social icons (position: social) in mobile layout?
How can I show social icons (position: social) in mobile layout?
-
- Junior Boarder
- teitbite
- Sun Jan 05, 2014 1:47 pm
- Reply with quote
- Report this post
Hi
I can see this icons in demo. Please show me Your site so I'll see if everything is ok.
I can see this icons in demo. Please show me Your site so I'll see if everything is ok.
-
- Moderator
- GK User
- Tue Jan 07, 2014 9:51 am
- Reply with quote
- Report this post
Ok, done!
I found why in template.css :
@media (max-height: 480px) {
#gkSocial {
display: none;
}
}
So, I changed the code and now it works

I found why in template.css :
@media (max-height: 480px) {
#gkSocial {
display: none;
}
}
So, I changed the code and now it works

-
- Junior Boarder
- teitbite
- Fri Jan 10, 2014 3:16 am
- Reply with quote
- Report this post
Hi
Great to hear that
looks like icons was removed on purpose for smaller devices. Glad You made it.
Great to hear that

-
- Moderator
5 posts
• Page 1 of 1