No Social Links still hides Phone on narrow screen/mobile

This support request was posted in Paeon by wallacelukea

Request ID #6614 In Progress
  • 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.

    Hi,

    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.

    Thank you Juan, I’m almost crying now thinking about how awesome nicethemes support is! It’s so great!

    Thank you for your kind words 🙂

    Have a nice day,
    Juan.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server