No Social Links still hides Phone on narrow screen/mobile
This support request was posted in Paeon by wallacelukea
- wallacelukea December 13, 2015 at 7:24 pm
In the ‘Nice Themes > Home Options’ page, ‘Enable Social Links’ is unchecked. They are not showing, but I think there’s some left over code, as when I make my desktop window narrow, the call now phone number is hidden. It also hides the phone on mobile.
When I have ‘Enable Social Links’ checked – the social buttons are displayed at all times on desktop and social.
I just want the phone displayed all the time.Juanfra Aldasoro December 14, 2015 at 3:00 pmHi,
Thank you for writing, I hope you are doing well.
Yes, that part is hidden on mobile devices because of a design decision. You can add the following CSS code to have your phone displayed on mobile devices:
@media screen and (max-width: 1024px) { .page-head .main-title .right { display: block; } } @media screen and (max-width: 685px) { .home-social .main-title .right{ display: block; } }
Best,
Juan.wallacelukea December 14, 2015 at 6:48 pmThank you Juan, I’m almost crying now thinking about how awesome nicethemes support is! It’s so great!
Juanfra Aldasoro December 14, 2015 at 7:13 pmThank you for your kind words 🙂
Have a nice day,
Juan.
You must be logged in to reply to this topic.