Mobilescreen: How to show Social Media logos?

Hey,
i am still a newbee on wordpress. I have used travelify for my website www.mitropa.dk -

How to show the Social Media Logos on the top on a mobilescreen?
As I see it, they disappear on a mobile screen…

Best regards

Erik Petersen

Hello there,

I hope you are doing well today.

You can use the following CSS code to have the social icons appear by going to Appearance > Customize > Additional CSS and pasting it there.


/*Mobile Icons*/
@media only screen and (max-width: 767px)
.hgroup-right .social-icons {
    display: inline-block;
}

Best Regards,
Support

Hello again,
Im fine thanks.
and thanks for Your quick respond - but they did not show op - see the enclosed screen…

Best regards

Erik

Hello there,

Please tr this instead:


/*Mobile Icons*/
@media only screen and (max-width: 767px) {
.hgroup-right .social-icons {
    display: inline-block;
}
}

Best Regards,
Support

Hello,

thats it!!!

Thanks…it works…

Regards

Erik

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support