Due to the limited space available, the social icons are by default disabled on smaller screen devices. To override this you can try adding the following to the Custom CSS field of your templates parameters...
it works, but in vertical positition of my mobile device, the social media buttons are displayed right through the company logo.
In horizontal position it is good.
Is there a possibility to create that also for verticale position?
Your best option to avoid the overlap would be to reposition your social icons on smallest screen devices. To do so try adding the following to the Custom CSS field of your templates parameters...
@media only screen and (max-width: 440px) {
#socialmedia {
top: 0;
}}
There are no replies made for this post yet. 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 »