Hi Ciaran,
On mobile devices social media icons are not visible.
please see my website: http://www.kolmillo.com
Regards
- Ale
- Commercial Templates
- Monday, 06 April 2015
- Subscribe via email
Hello
To ensure your social icons appear on all screen sizes, try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To ensure your social icons appear on all screen sizes, try adding the following to the Custom CSS field of your templates parameters...
@media only screen and (max-width: 1024px) {
#socialmedia {
display: inline !important;
top: 60px;
}}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hi Ciaran,
thanks for your answer.
The CSS works but the icons are wrong and overlaid on the options menu.
Deputy reference images.
thanks for your answer.
The CSS works but the icons are wrong and overlaid on the options menu.
Deputy reference images.
- more than a month ago
- Commercial Templates
- # 2
Hi Ale
It is a bit tricky as there simply is not the room to accommodate the social icons on the smaller screen devices which would have been the reason for disabling them in the first place. Could you try using the following Custom CSS instead...
Ciarán
It is a bit tricky as there simply is not the room to accommodate the social icons on the smaller screen devices which would have been the reason for disabling them in the first place. Could you try using the following Custom CSS instead...
@media only screen and (max-width: 1024px) {
#socialmedia {
display: inline !important;
position: relative;
right: 0;
}}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi
You could try something like the following which will hide this icon on touch devices...
Ciarán
You could try something like the following which will hide this icon on touch devices...
.touch .social-linkedin {display:none !important;}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »